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