summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/lib/MDB2/Driver/sqlsrv.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/MDB2/Driver/sqlsrv.php b/program/lib/MDB2/Driver/sqlsrv.php
index c00aaf48f..7f1017a6e 100644
--- a/program/lib/MDB2/Driver/sqlsrv.php
+++ b/program/lib/MDB2/Driver/sqlsrv.php
@@ -1012,7 +1012,7 @@ class MDB2_Result_sqlsrv extends MDB2_Result_Common
return $this->db->raiseError(MDB2_ERROR_NEED_MORE_DATA, null, null,
'resultset has already been freed', __FUNCTION__);
}
- if (null === $this->result)) {
+ if (null === $this->result) {
return false;
}
$ret = sqlsrv_next_result($this->result);