diff options
author | plegall <plg@piwigo.org> | 2004-11-24 21:27:01 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-11-24 21:27:01 +0000 |
commit | fd9ae1ae8f0066983fa12644122b609e538adc4a (patch) | |
tree | 0e54deadb5909d606d17bef1ae814822ee790fe2 /include/functions_category.inc.php | |
parent | c18457fa32a38095cdaafbe682e11e6db2981c47 (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 '')
-rw-r--r-- | include/functions_category.inc.php | 2 |
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.= '&list='.$_GET['list']; } if (isset($query)) |