Changeset 29248 for extensions/batch_manager_prefilters
- Timestamp:
- Aug 22, 2014, 3:32:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/batch_manager_prefilters/main.inc.php
r29247 r29248 68 68 function element_set_global_action_bmp($action) 69 69 { 70 echo __FUNCTION__.'::'.$action.'<br>';71 70 if ((@$_SESSION['bulk_manager_filter']['prefilter'] == 'with tags' and in_array($action, array('add_tags', 'del_tags'))) 72 71 or (in_array(@$_SESSION['bulk_manager_filter']['prefilter'], array('with author', 'without author')) and $action == 'author')
Note: See TracChangeset
for help on using the changeset viewer.