added comment that mydmsDecodeStr shall not be deleted

This commit is contained in:
Uwe Steinmann 2013-02-20 09:46:08 +01:00
parent 4d86254eef
commit b255150fb1

View File

@ -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;