]> git.mjollnir.org Git - moodle.git/commitdiff
Now $CFG->unicodedb is sent to DB everytime we arrive to the
authorstronk7 <stronk7>
Mon, 27 Mar 2006 12:32:51 +0000 (12:32 +0000)
committerstronk7 <stronk7>
Mon, 27 Mar 2006 12:32:51 +0000 (12:32 +0000)
admin/index.php script (installation, upgrade...). This will
stop the encoding introspection code present in setup.php

admin/index.php

index 47460ae5ed6a4403fb0e800123fa7f5fd1316c3d..10df4fce8ea0d909559c07e5bb82819670c638e7 100644 (file)
         }
     }
 
+/// Send $CFG->unicodedb to DB to have it available for next requests
+    set_config('unicodedb', $CFG->unicodedb);
+
 /// If any new configurations were found then send to the config page to check
 
     if (!empty($configchange)) {