Index: temp/trunk/data/class/SC_CustomerList.php
===================================================================
--- temp/trunk/data/class/SC_CustomerList.php	(revision 2132)
+++ temp/trunk/data/class/SC_CustomerList.php	(revision 2133)
@@ -247,6 +247,6 @@
 		sfprintr($array);
 		$limit = $array['page_rows'];
-//		$offset = $array['page_rows'] * $array['search_pageno'];
-		$offset = 0;
+		$offset = $array['page_rows'] * ($array['search_pageno'] - 1);
+//		$offset = 0;
 		$this->setLimitOffset($limit, $offset);
 
