summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbi.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbi.class b/dbi.class
index 85b94cc..9426971 100644
--- a/dbi.class
+++ b/dbi.class
@@ -366,6 +366,7 @@ function query($query)
$this->_server = $this->_server_update;
unset($this->_server_update);
+ $GLOBALS['it_dbi_link'][$this->_dbid] = $this->_link; # Update link cache for switching between databases
#it::log('sqllog', "switched to update server $this->_server");
}
else