diff --git a/core/util.inc.php b/core/util.inc.php index 842918dd..0ad31d44 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -963,6 +963,10 @@ if (!function_exists('mb_strlen')) { function mb_strlen($str, $encoding) { return strlen($str); } + function mb_internal_encoding($encoding) {} + function mb_strtolower($str) { + return strtolower($str); + } } /**