BUGFIX FEATURE semi-numRows support on SQLSRV

This commit is contained in:
Tom Rix 2009-06-02 22:32:45 +00:00
parent ab245adc60
commit 39c250af7f

View File

@ -1249,7 +1249,7 @@ class MSSQLQuery extends Query {
}
} else {
if isset($this->firstRecord) && $this->firstRecord) {
if (isset($this->firstRecord) && $this->firstRecord) {
$toReturn = $this->firstRecord;
$this->firstRecord = false;
return $toReturn;