summaryrefslogtreecommitdiff
path: root/program/lib/MDB2
diff options
context:
space:
mode:
Diffstat (limited to 'program/lib/MDB2')
-rw-r--r--program/lib/MDB2/Driver/sqlsrv.php3
1 files changed, 0 insertions, 3 deletions
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;
}