浏览代码

tagged debugging function used only in asearch

tokul 20 年之前
父节点
当前提交
19eefc1ab4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      functions/imap_asearch.php

+ 4 - 0
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)
 {