From 3d3f8d3832921f99daf8ce1953304763c2e76c62 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Apr 2006 06:22:09 +0000 Subject: Importing SQLMap + sample + docs. --- framework/Collections/TPagedList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Collections/TPagedList.php') diff --git a/framework/Collections/TPagedList.php b/framework/Collections/TPagedList.php index e441e67c..9637f499 100644 --- a/framework/Collections/TPagedList.php +++ b/framework/Collections/TPagedList.php @@ -68,7 +68,7 @@ class TPagedList extends TList /** * @var integer current page index */ - private $_currentPageIndex=0; + private $_currentPageIndex=-1; /** * @var integer user-assigned number of items in data source */ -- cgit v1.2.3