summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_dbi.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it_dbi.class b/it_dbi.class
index 60619a4..585856e 100644
--- a/it_dbi.class
+++ b/it_dbi.class
@@ -362,6 +362,7 @@ function query($query)
{
debug("switching to update server \"{$this->_p['server_update']}\"", 5);
$this->_p['server'] = $this->_p['server_update'];
+ $this->_p['dbid'] = "{$this->_p['user']}@{$this->_p['server']}:{$this->_p['db']}";
unset($this->_p['server_update'], $this->_link);
}