From e7820cdd5325a585c81551e1e518f1cb971b64f5 Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Tue, 20 Apr 2004 19:45:13 +0000 Subject: [PATCH] Remove debug statement git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7183 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.php b/src/search.php index 16aa65ef..2998d4fb 100644 --- a/src/search.php +++ b/src/search.php @@ -602,7 +602,7 @@ function asearch_print_form_row($imapConnection, $boxes, $mailbox, $biop, $unop, /* Exclude criteria */ echo html_tag('td', - _("Exclude Criteria:") . sm_print_r($exclude) . + _("Exclude Criteria:") . addCheckBox('exclude['.$row_num.']', $exclude), 'center', '') . "\n"; echo "\n"; -- 2.25.1