fixing missing global

This commit is contained in:
toyomoyo
2006-03-10 04:28:21 +00:00
parent cb8229d0a8
commit ac60dc4c80
+1
View File
@@ -850,6 +850,7 @@ function migrate2utf8_update_record($table,$record) {
}
function migrate2utf8_set_config($name, $value, $plugin=NULL) {
global $CFG;
if ($CFG->dbtype == 'mysql') {
set_config($name, $value, $plugin);
} else {