SQL requests not achieved
Verfasst: 20.04.2006 11:41
Code: Alles auswählen
SQL requests not achieved
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 '' at line 7
SELECT t.*, u.username, ul.username AS last_post_username FROM frettchen_topics t LEFT JOIN frettchen_users u ON u.user_id = t.topic_poster LEFT JOIN frettchen_users ul ON ul.user_id = t.topic_last_poster WHERE ((t.topic_duration = 0 OR t.topic_duration > 1145525991) AND (t.topic_type = 3)) ORDER BY t.topic_type DESC,
Line : 260
File : class_topics.php