- merge branch 1.5 r954:955 into BSF (bug 219 fixed)

git-svn-id: http://piwigo.org/svn/trunk@956 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-11-25 22:47:37 +00:00
parent 3ecdb1300b
commit c3ed211ac8
+2 -1
View File
@@ -167,7 +167,8 @@ SELECT DISTINCT(image_id)
if (!isset($_GET['start'])
or !is_numeric($_GET['start'])
or $_GET['start'] < 0)
or $_GET['start'] < 0
or (isset($_GET['display']) and 'all' == $_GET['display']))
{
$page['start'] = 0;
}