Changeset 628


Ignore:
Timestamp:
Nov 30, 2004, 9:45:21 PM (19 years ago)
Author:
plg
Message:

bug corrected when moving categories at the top level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r625 r628  
    209209    array_shift($categories);
    210210  }
    211   update_global_rank($_GET['parent_id']);
     211  update_global_rank(@$_GET['parent_id']);
    212212}
    213213else if (isset($_GET['down']) and is_numeric($_GET['down']))
     
    269269    array_pop($categories);
    270270  }
    271   update_global_rank($_GET['parent_id']);
     271  update_global_rank(@$_GET['parent_id']);
    272272}
    273273reset($categories);
Note: See TracChangeset for help on using the changeset viewer.