SQL Error : 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 (topic_status <> 2) AND (topic_replies > 0)
ORDER BY topic_replies DESC
' at line 3
SELECT topic_id, topic_title, topic_replies
FROM phpbb_topics
WHERE forum_id IN () AND (topic_status <> 2) AND (topic_replies > 0)
ORDER BY topic_replies DESC
LIMIT 10