// Merge -> revision 9221

This commit is contained in:
rMalie
2011-10-11 12:45:12 +00:00
parent b0cc80ad01
commit eeb5b16112
77 changed files with 1987 additions and 815 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class ConfigurationTestCore
static function test_magicquotes()
{
return !ini_get('magic_quotes_gpc');
return !get_magic_quotes_gpc();
}
static function test_upload()