X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/834bee1cf2c5bd122b3e941c70b5c2f03ee80a27..6e1496b5ada65a0b37aa96e03203be548db67ca8:/lib/MLIB/DB/Pager.php diff --git a/lib/MLIB/DB/Pager.php b/lib/MLIB/DB/Pager.php index b492bc3..35fe886 100644 --- a/lib/MLIB/DB/Pager.php +++ b/lib/MLIB/DB/Pager.php @@ -60,7 +60,7 @@ require_once 'DB.php'; * @see http://vulcanonet.com/soft/pager/ */ -class MECON_DB_Pager extends DB_Result +class MLIB_DB_Pager extends DB_Result { var $currentpage = 0; @@ -102,7 +102,7 @@ class MECON_DB_Pager extends DB_Result * and supply later to the constructor * @deprecated */ - function MECON_DB_Pager (&$res, $from = 0, $limit = 10, $maxpages = 21, $numrows = null) + function MLIB_DB_Pager (&$res, $from = 0, $limit = 10, $maxpages = 21, $numrows = null) { $this->dbh = $res->dbh; $this->result = $res->result;