Changeset 617


Ignore:
Timestamp:
Nov 24, 2004, 10:27:01 PM (19 years ago)
Author:
plg
Message:

bug corrected for multipages view on list special category

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_category.inc.php

    r614 r617  
    697697        $page['where'].= ' AND image_id IN ('.$_GET['list'].')';
    698698        $page['cat_nb_images'] = count(explode(',', $_GET['list']));
     699
     700        $url.= '&list='.$_GET['list'];
    699701      }
    700702
Note: See TracChangeset for help on using the changeset viewer.