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
This commit is contained in:
plegall 2010-12-31 15:19:11 +00:00
commit 38aad287eb
10 changed files with 5 additions and 1419 deletions

View file

@ -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);