|
Could not obtain topic information
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 u.user_id = t.topic_poster' at line 2
SELECT u.username, u.user_id, t.topic_title FROM phpbb_topics t, phpbb_users u
WHERE t.topic_id = AND u.user_id = t.topic_poster
Line : 179 File : functions_admin.php |
|
|