Update of /cvsroot/phpwebapp/web_app/database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19892/database
Modified Files:
class.PagedRS.php
Log Message:
Index: class.PagedRS.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/database/class.PagedRS.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** class.PagedRS.php 13 Jul 2004 13:18:08 -0000 1.10
--- class.PagedRS.php 16 Jul 2004 07:37:06 -0000 1.11
***************
*** 115,119 ****
*/
function getPageVars()
! {
$nr_of_pages = ceil($this->nr_of_recs / $this->recs_per_page);
if ($this->current_page>$nr_of_pages) $this->current_page=$nr_of_pages;
--- 115,120 ----
*/
function getPageVars()
! {
! print "getPageVars()"; //debug
$nr_of_pages = ceil($this->nr_of_recs / $this->recs_per_page);
if ($this->current_page>$nr_of_pages) $this->current_page=$nr_of_pages;
***************
*** 217,219 ****
}
}
! ?>
--- 218,220 ----
}
}
! ?>
\ No newline at end of file
|