Index: /temp/trunk/html/admin/products/index_test.php
===================================================================
--- /temp/trunk/html/admin/products/index_test.php	(revision 1760)
+++ /temp/trunk/html/admin/products/index_test.php	(revision 1762)
@@ -52,4 +52,14 @@
 
 session_start();
+
+	$max = 8;
+			for($i = 0; $i < $max; $i++) {
+				$objPage->arrProducts[] = "dummy";
+			}
+
+
+
+exit;
+
 
 //¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ
@@ -257,8 +267,5 @@
 			//$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
 			*/
-			$max = 8;
-			for($i = 0; $i < $max; $i++) {
-				$objPage->arrProducts[] = "dummy";
-			}
+		
 			
 			break;
