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