Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 4812)
+++ temp/trunk/data/lib/slib.php	(revision 4813)
@@ -2290,5 +2290,7 @@
 	$col .= " cat.create_date,";
 	$col .= " cat.update_date,";
-	$col .= " cat.del_flg";
+	$col .= " cat.del_flg, ";
+	$col .= " ttl.product_count, ";
+	
 	$from = "dtb_category as cat left join dtb_category_total_count as ttl on ttl.category_id = cat.category_id";
 	// ÅÐÏ¿¾¦ÉÊ¿ô¤Î¥Á¥§¥Ã¥¯
