diff options
author | plegall <plg@piwigo.org> | 2010-12-31 15:19:11 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-31 15:19:11 +0000 |
commit | 38aad287ebe7fc945203051aff477b049fa2418b (patch) | |
tree | b83412bdd4a5517af7a6047aae9f5831a5405351 /admin/photos_add_direct.php | |
parent | 68634c24b2355245a575cc0a023252bca214c217 (diff) |
feature 2089: finish removing element_set, now it's time for batch_manager
git-svn-id: http://piwigo.org/svn/trunk@8417 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/photos_add_direct.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/photos_add_direct.php b/admin/photos_add_direct.php index 727045c6a..298fa982b 100644 --- a/admin/photos_add_direct.php +++ b/admin/photos_add_direct.php @@ -55,7 +55,7 @@ DELETE FROM '.CADDIE_TABLE.' $inserts ); - redirect(get_root_url().'admin.php?page=element_set&cat=caddie'); + redirect(get_root_url().'admin.php?page=batch_manager&cat=caddie'); } // +-----------------------------------------------------------------------+ @@ -294,7 +294,7 @@ SELECT // a function get_image_name($name, $file) (if name is null, then // compute a temporary name from filename) that would be also used in // picture.php. UPDATE: in fact, "get_name_from_file($file)" already - // exists and is used twice (element_set_unit + comments, but not in + // exists and is used twice (batch_manager_unit + comments, but not in // picture.php I don't know why) with the same pattern if // (empty($name)) {$name = get_name_from_file($file)}, a clean // function get_image_name($name, $file) would be better |