functions test for addCheckBox function that is available.
[squirrelmail.git] / src / search.php
index a5765d712d92651586673c37553b87a8c524c60b..2869fa57feab4fb9dcf96f49d9ce4c66a134204a 100644 (file)
@@ -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)
 {