Prepend database name to all table names to avoid ADOdb bug when there
is multiple database connections at once.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user