removing debug call and adding information about added function argument
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 26 Feb 2006 14:51:00 +0000 (14:51 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 26 Feb 2006 14:51:00 +0000 (14:51 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10838 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/filters.php

index 43ad4f32fafeb0f44980a2614790ac253fcaaef8..b5f64a38c4139c00a72da68feeadaf482b6211a8 100644 (file)
@@ -70,10 +70,6 @@ function filters_folder_status($statusarr) {
        global $filter_inbox_count;
        if (empty($filter_inbox_count)) $filter_inbox_count=0;
 
-    //echo "GOT HOOK<br><pre>";
-    //var_dump($statusarr);
-    //echo "</pre><br>\n";
-
        if ($statusarr['MAILBOX'] == 'INBOX')
     {
      if (!empty($statusarr['MESSAGES'])) $filter_inbox_count=$statusarr['MESSAGES'];
@@ -178,7 +174,8 @@ function filters_bulkquery($filters, $IPs) {
 
 /**
  * Starts the filtering process
- * @param array $hook_args do hook arguments. Is used to check hook name, array key = 0.
+ * @param array $hook_args (since 1.5.2) do hook arguments. Is used to check 
+ * hook name, array key = 0.
  * @access private
  */
 function start_filters($hook_args) {