From e47df910d39ecfb9cb0ac066515c1d40ccb8987d Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 26 Jun 2005 07:49:13 +0000 Subject: [PATCH 1/1] 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 --- src/search.php | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.25.1