| |
Couldn't retrieve topic data
DEBUG MODE
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)
ORDER BY topic_time DESC
LIMIT 10' at line 3
SELECT topic_id, topic_title, topic_time
FROM phpbb_topics
WHERE forum_id IN () AND (topic_status <> 2)
ORDER BY topic_time DESC
LIMIT 10
Line : 37 File : module.php |
| |
|