add dummy plug for mb_strtolower

master
Andrew Dolgov 17 years ago
parent 7e43ad58a6
commit de5b8ebcda

@ -93,5 +93,11 @@ if (!function_exists('mb_substr'))
}
return $i;
}
}
if (!function_exists('mb_strtolower')) {
function mb_strtolower($msg, $encoding) {
return $msg;
}
}
}

Loading…
Cancel
Save