From c1db394bf1a5e923920e5fe8646f9e6ce7ec8f8c Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 4 Mar 2010 18:09:21 +0000 Subject: - fix syntax error (#1486533) --- program/lib/MDB2/Driver/sqlsrv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/lib/MDB2/Driver/sqlsrv.php') 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); -- cgit v1.2.3