From b255150fb142c1187f1f4378e923856f085ad458 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 20 Feb 2013 09:46:08 +0100 Subject: [PATCH] added comment that mydmsDecodeStr shall not be deleted --- inc/inc.Utils.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/inc.Utils.php b/inc/inc.Utils.php index a325d0a4e..ad11c5cea 100644 --- a/inc/inc.Utils.php +++ b/inc/inc.Utils.php @@ -108,7 +108,9 @@ function sanitizeString($string) { /* {{{ */ return trim($string); } /* }}} */ -/* Deprecated, do not use anymore */ +/* Deprecated, do not use anymore, but keep it for upgrading + * older versions + */ function mydmsDecodeString($string) { /* {{{ */ $string = (string)$string;