From: dongsheng Date: Sat, 8 Nov 2008 14:24:53 +0000 (+0000) Subject: "MDL-16549, fixed typo" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d9e673c10b0e3943de8418b5b0e2c8a42b88ec6a;p=moodle.git "MDL-16549, fixed typo" --- diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 5fc3a19ce0..720f784b5a 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -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'); }