Move fallback function creation out of function_exists() conditionals.
authorX! <soxred93@users.mediawiki.org>
Sun, 2 Jan 2011 01:29:00 +0000 (01:29 +0000)
committerX! <soxred93@users.mediawiki.org>
Sun, 2 Jan 2011 01:29:00 +0000 (01:29 +0000)
commit373389b98f2f3adcb48595679ec841987ad44eca
tree3d7e526b579acdf2d03fee5354989c2f4e254c46
parent82b8dc351327cf55219b2dba0984da625bf3a01d
Move fallback function creation out of function_exists() conditionals.
This allows for unit testing of the fallback functions to ensure that
they work like the real functions do
includes/GlobalFunctions.php