summaryrefslogtreecommitdiff
path: root/adodb-lib.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'adodb-lib.inc.php')
-rw-r--r--adodb-lib.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/adodb-lib.inc.php b/adodb-lib.inc.php
index a0836f42..90b8b9d6 100644
--- a/adodb-lib.inc.php
+++ b/adodb-lib.inc.php
@@ -537,7 +537,6 @@ function _adodb_pageexecute_all_rows($zthis, $sql, $nrows, $page, $inputarr=fals
$qryRecs = _adodb_getcount($zthis,$sql,$inputarr,$secs2cache);
$lastpageno = (int) ceil($qryRecs / $nrows);
- $zthis->_maxRecordCount = $qryRecs;
// Check whether $page is the last page or if we are trying to retrieve
// a page number greater than the last one.