Ignore:
Timestamp:
Dec 31, 2010, 4:19:11 PM (13 years ago)
Author:
plg
Message:

feature 2089: finish removing element_set, now it's time for batch_manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/photos_add_direct.php

    r6993 r8417  
    5656    );
    5757
    58   redirect(get_root_url().'admin.php?page=element_set&cat=caddie');
     58  redirect(get_root_url().'admin.php?page=batch_manager&cat=caddie');
    5959}
    6060
     
    295295    // compute a temporary name from filename) that would be also used in
    296296    // picture.php. UPDATE: in fact, "get_name_from_file($file)" already
    297     // exists and is used twice (element_set_unit + comments, but not in
     297    // exists and is used twice (batch_manager_unit + comments, but not in
    298298    // picture.php I don't know why) with the same pattern if
    299299    // (empty($name)) {$name = get_name_from_file($file)}, a clean
Note: See TracChangeset for help on using the changeset viewer.