diff options
author | plegall <plg@piwigo.org> | 2012-02-09 00:02:11 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-02-09 00:02:11 +0000 |
commit | 62c69bb477ced2427a75e77c50e1bcad1f02e15a (patch) | |
tree | 85029f7429eccd186068a443527d1087013aa9c4 /admin/batch_manager_global.php | |
parent | 9788bf8e7b4cdccacb4cd93201ecc982f1842d63 (diff) |
feature 2470 added: ability to create a new album "on the fly" on the
"associate to album" action of the Batch Manager. The code was moved
from the upload form and is now used by the upload form + Batch Manager.
git-svn-id: http://piwigo.org/svn/trunk@13063 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r-- | admin/batch_manager_global.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index 7eb833898..a527330e7 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -528,6 +528,7 @@ SELECT id,name,uppercats,global_rank FROM '.CATEGORIES_TABLE.' ;'; display_select_cat_wrapper($query, array(), 'associate_options', true); +display_select_cat_wrapper($query, array(), 'category_parent_options'); // in the filter box, which category to select by default $selected_category = array(); |