mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
added comment that mydmsDecodeStr shall not be deleted
This commit is contained in:
parent
4d86254eef
commit
b255150fb1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user