From 7e627c96f0f50134cf2765ed33a49b1d5da3844a Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 18 Apr 2005 09:00:30 +0000 Subject: [PATCH] tagged debugging function used only in asearch git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9340 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_asearch.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions/imap_asearch.php b/functions/imap_asearch.php index 7867335d..f8653dde 100644 --- a/functions/imap_asearch.php +++ b/functions/imap_asearch.php @@ -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) { -- 2.25.1