diff options
-rw-r--r-- | dbi.class | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |