Index: temp/trunk/html/products/list.php
===================================================================
--- temp/trunk/html/products/list.php	(revision 10324)
+++ temp/trunk/html/products/list.php	(revision 10325)
@@ -196,5 +196,5 @@
 			
 	// ¹Ô¿ô¤Î¼èÆÀ
-	//$linemax = $objQuery->count("vw_products_allclass AS allcls", $where, $arrval);
+	$linemax = $objQuery->count("vw_products_allclass AS allcls", $where, $arrval);
 	$objPage->tpl_linemax = $linemax;	// ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ
 	
@@ -220,5 +220,5 @@
 	
 	// ¸¡º÷·ë²Ì¤Î¼èÆÀ
-	$objPage->arrProducts = $objQuery->select("*", "vw_products_allclass AS allcls", $where, $arrval);
+	//$objPage->arrProducts = $objQuery->select("*", "vw_products_allclass AS allcls", $where, $arrval);
 	
 	
