From 2df7b3ba92e26f6570dfdeaae9a78d5fdb01fd23 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 26 Feb 2006 14:51:00 +0000 Subject: [PATCH] removing debug call and adding information about added function argument git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10838 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/filters.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/filters/filters.php b/plugins/filters/filters.php index 43ad4f32..b5f64a38 100644 --- a/plugins/filters/filters.php +++ b/plugins/filters/filters.php @@ -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
";
-    //var_dump($statusarr);
-    //echo "

\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) { -- 2.25.1