Changeset 4814 for temp/trunk/data/lib/slib.php
- Timestamp:
- 2006/09/16 18:05:01 (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
r4813 r4814 2291 2291 $col .= " cat.update_date,"; 2292 2292 $col .= " cat.del_flg, "; 2293 $col .= " ttl.product_count ,";2293 $col .= " ttl.product_count"; 2294 2294 2295 2295 $from = "dtb_category as cat left join dtb_category_total_count as ttl on ttl.category_id = cat.category_id";
Note: See TracChangeset
for help on using the changeset viewer.
