Index: /temp/trunk/html/admin/products/index_test.php
===================================================================
--- /temp/trunk/html/admin/products/index_test.php	(revision 1768)
+++ /temp/trunk/html/admin/products/index_test.php	(revision 1769)
@@ -267,5 +267,5 @@
 				$max = 10;
 			for($i = 0; $i < $max; $i++) {
-				$objPage->arrProducts[] = "dummy";
+				$objPage->arrProducts[$i]['product_id'] = $i;
 			}
 			
