Prepend database name to all table names to avoid ADOdb bug when there

is multiple database connections at once.
This commit is contained in:
moodler
2003-01-02 11:09:03 +00:00
parent 24cd45467f
commit 7adcd58f82
+1
View File
@@ -26,6 +26,7 @@
if (!isset($CFG->prefix)) { // Just in case it isn't defined in config.php
$CFG->prefix = "";
}
$CFG->prefix = "$CFG->dbname.$CFG->prefix";