- Fix infinite loop when connection to DB fails using sqlsrv driver (#1486744)

release-0.6
alecpl 14 years ago
parent 9d5c834332
commit b00ba6e6de

@ -113,9 +113,6 @@ class MDB2_Driver_sqlsrv extends MDB2_Driver_Common
function errorInfo($error = null, $connection = null)
{
if (null === $connection) {
if (!$this->connection) {
$this->connect();
}
$connection = $this->connection;
}

Loading…
Cancel
Save