From 09afb00a649d76e50e4d5c2a51e5947ca9e1b55e Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 4 Mar 2010 18:09:21 +0000 Subject: - fix syntax error (#1486533) git-svn-id: https://svn.roundcube.net/trunk@3319 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/MDB2/Driver/sqlsrv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/lib') diff --git a/roundcubemail/program/lib/MDB2/Driver/sqlsrv.php b/roundcubemail/program/lib/MDB2/Driver/sqlsrv.php index c00aaf48f..7f1017a6e 100644 --- a/roundcubemail/program/lib/MDB2/Driver/sqlsrv.php +++ b/roundcubemail/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