From de5b8ebcdacb441d7011d9d8e281bb0648e6afe1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 May 2007 06:09:25 +0100 Subject: add dummy plug for mb_strtolower --- compat.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compat.php b/compat.php index 29f96236b..b2f6bd344 100644 --- a/compat.php +++ b/compat.php @@ -93,5 +93,11 @@ if (!function_exists('mb_substr')) } return $i; - } + } + + if (!function_exists('mb_strtolower')) { + function mb_strtolower($msg, $encoding) { + return $msg; + } + } } -- cgit v1.2.3