From: stronk7 Date: Mon, 9 Oct 2006 16:33:31 +0000 (+0000) Subject: Not necessary to set unicodedb for each admin/index.php invocation X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2d31c3939734bb6343ca5b0beed910978ec1d6f9;p=moodle.git Not necessary to set unicodedb for each admin/index.php invocation because setup.php saves it if needed. --- diff --git a/admin/index.php b/admin/index.php index c4184ab359..a22daa85f8 100644 --- a/admin/index.php +++ b/admin/index.php @@ -289,11 +289,6 @@ notice(get_string('releasenoteslink', 'admin', 'http://docs.moodle.org/en/Release_Notes'), 'index.php', 'none'); } -/// Send $CFG->unicodedb to DB to have it available for next requests - set_config('unicodedb', $CFG->unicodedb); - - - /// Find and check all main modules and load them up or upgrade them if necessary /// first old *.php update and then the new upgrade.php script upgrade_activity_modules("$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards