Changeset 8423 for trunk/admin


Ignore:
Timestamp:
Jan 1, 2011, 3:50:30 PM (13 years ago)
Author:
plg
Message:

bug fixed: caddie and recent pictures in the admin menu now goes to the new Batch Manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager.php

    r8422 r8423  
    9191  }
    9292
     93  if ('recent' == $_GET['cat'])
     94  {
     95    $_SESSION['bulk_manager_filter'] = array(
     96      'prefilter' => 'last import'
     97      );
     98  }
     99
    93100  if (is_numeric($_GET['cat']))
    94101  {
Note: See TracChangeset for help on using the changeset viewer.