From: tokul Date: Sun, 26 Jun 2005 07:49:13 +0000 (+0000) Subject: functions test for addCheckBox function that is available. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e47df910d39ecfb9cb0ac066515c1d40ccb8987d;p=squirrelmail.git functions test for addCheckBox function that is available. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9661 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/search.php b/src/search.php index a5765d71..2869fa57 100644 --- a/src/search.php +++ b/src/search.php @@ -727,6 +727,7 @@ function asearch_get_form_mailbox($imapConnection, &$boxes, $mailbox, $row_num = } /** Build the Include subfolders checkbox + * @todo if(function_exists('addCheckBox')) ? */ function asearch_get_form_sub($sub, $row_num = 0) { @@ -753,6 +754,7 @@ function asearch_get_form_what($what, $row_num = 0) } /** Build the Exclude criteria checkbox + * @todo if(function_exists('addCheckBox')) ? */ function asearch_get_form_exclude($exclude, $row_num = 0) {