ERROR: 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 ')
ORDER BY comment_time ASC' at line 3
---
SELECT *, DATE_FORMAT(c.comment_time, '%b %D %Y') AS comment_time2 FROM articles_comments c, articles_users u
WHERE u.user_id = c.comment_author AND comment_topic = 907
AND comment_type = 0 AND (comment_state = 1 OR comment_author = )
ORDER BY comment_time ASC
---