some fixing regarding connection handling

This commit is contained in:
Klaus Leithoff 2009-07-30 11:44:52 +00:00
parent c37e1885ff
commit 18f2db2fc8

View File

@ -184,7 +184,7 @@
function disconnect()
{
parent::disconnect();
$this->_isConnected = false;
$this->_connected = false;
}
/**