Skip to content

Commit

Permalink
Merge branch 'bug_1255'
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@4607 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
nikrou committed Jan 3, 2010
1 parent b2d3267 commit ace3638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/picture_comment.inc.php
Expand Up @@ -136,7 +136,7 @@
WHERE image_id = '.$page['image_id'].
$validated_clause.'
ORDER BY date ASC
LIMIT '.$page['start'].' OFFSET '.$conf['nb_comment_page'].'
LIMIT '.$conf['nb_comment_page'].' OFFSET '.$page['start'].'
;';
$result = pwg_query( $query );

Expand Down

0 comments on commit ace3638

Please sign in to comment.