add dummy plug for mb_strtolower
This commit is contained in:
@@ -93,5 +93,11 @@ if (!function_exists('mb_substr'))
|
|||||||
}
|
}
|
||||||
|
|
||||||
return $i;
|
return $i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!function_exists('mb_strtolower')) {
|
||||||
|
function mb_strtolower($msg, $encoding) {
|
||||||
|
return $msg;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user