An Error Was Encountered
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) AND e.status = 0 ' at line 3
SELECT re.id,re.eventID,re.location,re.start,re.end,re.description,re.allday,re.timestamp FROM repeatEdits re, events e WHERE (e.userID IN()) AND e.status = 0 AND DATE(re.start) = '2010-09-19' AND re.eventID = e.id ORDER BY e.start ASC