Changeset 5261 for temp/trunk/data/conf
- Timestamp:
- 2006/09/20 14:50:24 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/conf/conf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r5260 r5261 856 856 (SELECT T1.category_id, T1.category_name, T1.parent_category_id, T1.level, T1.rank, T2.product_count 857 857 FROM dtb_category AS T1 LEFT JOIN dtb_category_total_count AS T2 858 ON T1.category_id = T2.category_id) vw_category_count'858 ON T1.category_id = T2.category_id) ' 859 859 ); 860 860
Note: See TracChangeset
for help on using the changeset viewer.
