Index: temp/trunk/html/admin/products/index.php
===================================================================
--- temp/trunk/html/admin/products/index.php	(revision 1566)
+++ temp/trunk/html/admin/products/index.php	(revision 1581)
@@ -249,6 +249,10 @@
 			$objQuery->setorder($order);
 			// ¸¡º÷·ë²Ì¤Î¼èÆÀ
-			$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
-//			$arrProducts = $objQuery->select($col, $from, $where, $arrval);
+//			$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
+			$arrProducts = $objQuery->select($col, $from, $where, $arrval);
+
+			
+			$objPage->arrTest = $arrProducts;
+			
 			$objPage->tpl_mainpage="products/test.tpl";
 
