"MDL-16549, fixed typo"

This commit is contained in:
dongsheng
2008-11-08 14:24:53 +00:00
parent 669ceeba14
commit d9e673c10b
+1 -1
View File
@@ -865,7 +865,7 @@ function xmldb_main_upgrade($oldversion) {
if ($result && $oldversion < 2008101300) {
if (!get_2config(NULL, 'statsruntimedays')) {
if (!get_config(NULL, 'statsruntimedays')) {
set_config('statsruntimedays', '31');
}