Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 4806)
+++ temp/trunk/data/lib/slib.php	(revision 4807)
@@ -2281,5 +2281,15 @@
 function sfGetCatTree($parent_category_id, $count_check = false) {
 	$objQuery = new SC_Query();
-	$col = "*";
+	$col = "";
+	$col .= " cat.category_id,";
+	$col .= " cat.category_name,";
+	$col .= " cat.parent_category_id,";
+	$col .= " cat.level,";
+	$col .= " cat.rank,";
+	$col .= " cat.creator_id,";
+	$col .= " cat.create_date,";
+	$col .= " cat.update_date,";
+	$col .= " cat.del_flg";
+	
 	$from = "dtb_category as cat left join dtb_category_total_count as ttl on ttl.category_id = cat.category_id";
 	// ÅÐÏ¿¾¦ÉÊ¿ô¤Î¥Á¥§¥Ã¥¯
