mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-15094 added some overlook conversions - thanks to Eloy's script ;-)
This commit is contained in:
parent
4f2a63c81e
commit
e81ebb9abe
@ -167,12 +167,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
$status = false;
|
||||
if (file_exists("$CFG->libdir/db/install.xml")) {
|
||||
$status = $DB->get_manager()->install_from_xmldb_file("$CFG->libdir/db/install.xml"); //New method
|
||||
} else {
|
||||
print_error('dbnotsupport', 'debug', '', $CFG->dbtype);
|
||||
}
|
||||
$status = $DB->get_manager()->install_from_xmldb_file("$CFG->libdir/db/install.xml"); //New method
|
||||
|
||||
// all new installs are in unicode - keep for backwards compatibility and 1.8 upgrade checks
|
||||
set_config('unicodedb', 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user