From fd9ae1ae8f0066983fa12644122b609e538adc4a Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Nov 2004 21:27:01 +0000 Subject: bug corrected for multipages view on list special category git-svn-id: http://piwigo.org/svn/trunk@617 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_category.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions_category.inc.php') 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)) -- cgit v1.2.3