Skip to content

Commit

Permalink
Add missing AODRecordSet::$rowsPerPage declaration
Browse files Browse the repository at this point in the history
Fixes #954
  • Loading branch information
dregad committed Apr 15, 2023
1 parent 5651747 commit 35e2fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adodb.inc.php
Expand Up @@ -3984,7 +3984,8 @@ class ADORecordSet implements IteratorAggregate {
var $_names; /** Used by FetchObj */

// Recordset pagination

/** @var int Number of rows per page */
var $rowsPerPage;
/** @var int Current page number */
var $_currentPage = -1;
/** @var bool True if current page is the first page */
Expand Down

0 comments on commit 35e2fea

Please sign in to comment.