Changeset 4806 for temp/trunk/data/lib
- Timestamp:
- 2006/09/15 17:56:15 (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
r4805 r4806 2282 2282 $objQuery = new SC_Query(); 2283 2283 $col = "*"; 2284 $from = "dtb_category left join dtb_category_total_count using (category_id)";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.
