Ignore:
Timestamp:
Aug 22, 2014, 3:32:06 PM (10 years ago)
Author:
plg
Message:

remove debug trace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/batch_manager_prefilters/main.inc.php

    r29247 r29248  
    6868function element_set_global_action_bmp($action)
    6969{
    70   echo __FUNCTION__.'::'.$action.'<br>';
    7170  if ((@$_SESSION['bulk_manager_filter']['prefilter'] == 'with tags' and in_array($action, array('add_tags', 'del_tags')))
    7271    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.