Trivial spelling fix up

This commit is contained in:
moodler 2006-10-01 05:49:41 +00:00
parent 6c95827fdf
commit ecaf56e5c9

View File

@ -132,7 +132,7 @@
$db->debug = true;
/// Both old .sql files and new install.xml are supported
/// But we priorize install.xml (XMLDB) if present
/// But we prioritise install.xml (XMLDB) if present
$status = false;
if (file_exists("$CFG->libdir/db/install.xml")) {
$status = install_from_xmldb_file("$CFG->libdir/db/install.xml"); //New method