aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2004-11-24 21:27:01 +0000
committerplegall <plg@piwigo.org>2004-11-24 21:27:01 +0000
commitfd9ae1ae8f0066983fa12644122b609e538adc4a (patch)
tree0e54deadb5909d606d17bef1ae814822ee790fe2 /include
parentc18457fa32a38095cdaafbe682e11e6db2981c47 (diff)
bug corrected for multipages view on list special category
git-svn-id: http://piwigo.org/svn/trunk@617 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/functions_category.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php
index f8682433d..3561caff8 100644
--- a/include/functions_category.inc.php
+++ b/include/functions_category.inc.php
@@ -696,6 +696,8 @@ SELECT COUNT(1) AS count
}
$page['where'].= ' AND image_id IN ('.$_GET['list'].')';
$page['cat_nb_images'] = count(explode(',', $_GET['list']));
+
+ $url.= '&amp;list='.$_GET['list'];
}
if (isset($query))