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/batch_manager_global.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/batch_manager_global.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index c9305488d..2741096bf 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -42,7 +42,6 @@ check_status(ACCESS_ADMINISTRATOR); trigger_action('loc_begin_element_set_global'); -// the $_POST['selection'] was already checked in element_set.php check_input_parameter('del_tags', $_POST, true, PATTERN_ID); check_input_parameter('associate', $_POST, false, PATTERN_ID); check_input_parameter('dissociate', $_POST, false, PATTERN_ID); |