diff --git a/src/mibew/libs/common/string.php b/src/mibew/libs/common/string.php index 561294f8..0fc5cca0 100644 --- a/src/mibew/libs/common/string.php +++ b/src/mibew/libs/common/string.php @@ -52,11 +52,6 @@ function cut_string($string, $length = 75, $ellipsis = '') return $result; } -function escape_with_cdata($text) -{ - return "", "]]>]]>"; -} - /** * Simple HTML sanitation. *