diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index 3300bc6aa..182f673a0 100644 --- a/comments.php +++ b/comments.php @@ -326,7 +326,7 @@ SELECT com.id AS comment_id if ('all' != $page['items_number']) { $query.= ' - LIMIT '.$start.','.$page['items_number']; + LIMIT '.$start.' OFFSET '.$page['items_number']; } $query.= ' ;'; |