MantisBT: master c675a018

Author Committer Branch Timestamp Parent
jreese master 2008-12-09 13:03 master 4826187f
Changeset

Define string_lower() as a function that will use mb_strlower() if available, and fall back to strtolower() if not.
Update install_category_migrate() to use the new function; affects 0009161, 9298.

mod - admin/install_functions.php Diff File
mod - core/string_api.php Diff File