$checked => $exclude
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 20 Apr 2004 16:53:04 +0000 (16:53 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 20 Apr 2004 16:53:04 +0000 (16:53 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7180 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/search.php

index 2758b84390bea53d627cc35420a3be5fecb3645a..16aa65ef5fc9ee924fac404354544ad36559e7a5 100644 (file)
@@ -602,8 +602,8 @@ function asearch_print_form_row($imapConnection, $boxes, $mailbox, $biop, $unop,
 
 /* Exclude criteria */
        echo html_tag('td',
-               _("Exclude Criteria:") . 
-               addCheckBox('exclude['.$row_num.']', $checked), 'center', '') . "\n";
+               _("Exclude Criteria:") . sm_print_r($exclude) . 
+               addCheckBox('exclude['.$row_num.']', $exclude), 'center', '') . "\n";
 
        echo "</tr>\n";
 }