diff --git a/program/lib/MDB2/Driver/sqlsrv.php b/program/lib/MDB2/Driver/sqlsrv.php index 50205b7f4..70f978020 100644 --- a/program/lib/MDB2/Driver/sqlsrv.php +++ b/program/lib/MDB2/Driver/sqlsrv.php @@ -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; }