Changeset 4807 for temp/trunk
- Timestamp:
- 2006/09/15 17:57:55 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4806 r4807 2281 2281 function sfGetCatTree($parent_category_id, $count_check = false) { 2282 2282 $objQuery = new SC_Query(); 2283 $col = "*"; 2283 $col = ""; 2284 $col .= " cat.category_id,"; 2285 $col .= " cat.category_name,"; 2286 $col .= " cat.parent_category_id,"; 2287 $col .= " cat.level,"; 2288 $col .= " cat.rank,"; 2289 $col .= " cat.creator_id,"; 2290 $col .= " cat.create_date,"; 2291 $col .= " cat.update_date,"; 2292 $col .= " cat.del_flg"; 2293 2284 2294 $from = "dtb_category as cat left join dtb_category_total_count as ttl on ttl.category_id = cat.category_id"; 2285 2295 // ÅÐÏ¿¾¦ÉÊ¿ô¤Î¥Á¥§¥Ã¥¯
Note: See TracChangeset
for help on using the changeset viewer.
