- Timestamp:
- 2006/09/15 17:44:40 (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
r4802 r4803 2281 2281 function sfGetCatTree($parent_category_id, $count_check = false) { 2282 2282 $objQuery = new SC_Query(); 2283 $col = " *";2283 $col = "category_id"; 2284 2284 $from = "dtb_category left join dtb_category_total_count using (category_id)"; 2285 2285 // ÅÐÏ¿¾¦ÉÊ¿ô¤Î¥Á¥§¥Ã¥¯
Note: See TracChangeset
for help on using the changeset viewer.
