Index: /temp/trunk/data/conf/conf.php
===================================================================
--- /temp/trunk/data/conf/conf.php	(revision 4755)
+++ /temp/trunk/data/conf/conf.php	(revision 4756)
@@ -815,5 +815,4 @@
     FROM
         dtb_products AS T1 RIGHT JOIN (SELECT product_id AS product_id_sub, MIN(product_code) AS product_code_min, MAX(product_code) AS product_code_max, MIN(price01) AS price01_min, MAX(price01) AS price01_max, MIN(price02) AS price02_min, MAX(price02) AS price02_max, MIN(stock) AS stock_min, MAX(stock) AS stock_max, MIN(stock_unlimited) AS stock_unlimited_min, MAX(stock_unlimited) AS stock_unlimited_max FROM dtb_products_class GROUP BY product_id) AS T2 ON T1.product_id = T2.product_id_sub
-
     ) vw_products_allclass ',
 
Index: /temp/trunk/html/frontparts/bloc/category.php
===================================================================
--- /temp/trunk/html/frontparts/bloc/category.php	(revision 4608)
+++ /temp/trunk/html/frontparts/bloc/category.php	(revision 4756)
@@ -16,5 +16,5 @@
 // ÁªÂòÃæ¤Î¥«¥Æ¥´¥êID
 $objSubPage->tpl_category_id = $category_id;
-$objSubPage = lfGetCatTree($category_id, true, $objSubPage);
+$objSubPage = lfGetCatTree($category_id, false, $objSubPage);
 
 $objSubView->assignobj($objSubPage);
