]> git.mjollnir.org Git - moodle.git/commitdiff
Not necessary to set unicodedb for each admin/index.php invocation
authorstronk7 <stronk7>
Mon, 9 Oct 2006 16:33:31 +0000 (16:33 +0000)
committerstronk7 <stronk7>
Mon, 9 Oct 2006 16:33:31 +0000 (16:33 +0000)
because setup.php saves it if needed.

admin/index.php

index c4184ab3590c6afc014bbd6d607e47d1981ead1d..a22daa85f81ecc0bfa38643a41fd9c7030053b96 100644 (file)
         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