MDL-15194 adodb separation, dml database creation support

This commit is contained in:
skodak
2008-06-09 20:22:11 +00:00
parent 245ac55791
commit e4c033a9dd
8 changed files with 41 additions and 24 deletions
+1
View File
@@ -464,6 +464,7 @@ if (!file_exists(dirname(dirname(__FILE__)) . '/config.php')) {
$errormsg = get_string('dbwronghostserver', 'install');
}
error('fix cml installer'); //TODO: fix cli installer
if (empty($errormsg)) {
/// Have the $db object ready because we are going to use it often