From d9e673c10b0e3943de8418b5b0e2c8a42b88ec6a Mon Sep 17 00:00:00 2001 From: dongsheng Date: Sat, 8 Nov 2008 14:24:53 +0000 Subject: [PATCH] "MDL-16549, fixed typo" --- lib/db/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.5