Explorar o código

$checked => $exclude

stekkel %!s(int64=21) %!d(string=hai) anos
pai
achega
3bd81f073f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/search.php

+ 2 - 2
src/search.php

@@ -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";
 }