tagged debugging function used only in asearch
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Apr 2005 09:00:30 +0000 (09:00 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Apr 2005 09:00:30 +0000 (09:00 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9340 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_asearch.php

index 7867335d1f5d4b8d824c2f07f418d59a1422163d..f8653dde82b4944f4eaaa7fb2374b4a8099ddcba 100644 (file)
@@ -176,6 +176,10 @@ function asearch_unhtmlentities($string) {
  * @global bool imap_asearch_debug_dump
  * @param string $var_name
  * @param string $var_var
+ * @deprecated contains workarounds for 1.4.0 and older code. 
+ *   code without workarounds uses regular sm 1.4.2+ functions.
+ *   it is not compatible with 1.4.1
+ * @todo remove debugging function
  */
 function s_debug_dump($var_name, $var_var)
 {