diff options
-rw-r--r-- | comments.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comments.php b/comments.php index 91fbc555c..0c813face 100644 --- a/comments.php +++ b/comments.php @@ -282,7 +282,6 @@ SELECT com.id AS comment_id , com.author , com.date , com.content - , com.id AS comment_id , com.validated FROM '.IMAGE_CATEGORY_TABLE.' AS ic INNER JOIN '.COMMENTS_TABLE.' AS com |