From 2d31c3939734bb6343ca5b0beed910978ec1d6f9 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 9 Oct 2006 16:33:31 +0000 Subject: [PATCH] Not necessary to set unicodedb for each admin/index.php invocation because setup.php saves it if needed. --- admin/index.php | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.5