program/lib/MDB2/Driver/sqlsrv.php @@ -113,9 +113,6 @@ function errorInfo($error = null, $connection = null) { if (null === $connection) { if (!$this->connection) { $this->connect(); } $connection = $this->connection; }