Changeset 956


Ignore:
Timestamp:
Nov 25, 2005, 11:47:37 PM (18 years ago)
Author:
plg
Message:
  • merge branch 1.5 r954:955 into BSF (bug 219 fixed)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/element_set.php

    r834 r956  
    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.