Index: temp/trunk/html/admin/products/index_test.php
===================================================================
--- temp/trunk/html/admin/products/index_test.php	(revision 1766)
+++ temp/trunk/html/admin/products/index_test.php	(revision 1767)
@@ -265,5 +265,8 @@
 			//$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
 			*/
-		
+				$max = 10;
+			for($i = 0; $i < $max; $i++) {
+				$objPage->arrProducts[] = "dummy";
+			}
 			
 			break;
