Changeset 955


Ignore:
Timestamp:
Nov 25, 2005, 11:45:52 PM (18 years ago)
Author:
plg
Message:
  • bug 219 fixed: displaying "all" in "global mode" doesn't display all pictures but only all pictures from current display to end.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_5/admin/element_set.php

    r834 r955  
    168168if (!isset($_GET['start'])
    169169    or !is_numeric($_GET['start'])
    170     or $_GET['start'] < 0)
     170    or $_GET['start'] < 0
     171    or (isset($_GET['display']) and 'all' == $_GET['display']))
    171172{
    172173  $page['start'] = 0;
Note: See TracChangeset for help on using the changeset viewer.