| |
Błąd
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 'ORDER BY comment_time ASC' at line 4
SELECT c.*, u.user_id, u.username, u.user_posts, u.user_rank
FROM (2lo_comment_news c
LEFT JOIN 2lo_users u ON c.comment_user=u.user_id)
WHERE comment_tid= ORDER BY comment_time ASC
Line : 792 File : news.php |
| |
|