Changeset 4875 for temp/trunk
- Timestamp:
- 2006/09/17 17:40:16 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/frontparts/bloc/best5.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/frontparts/bloc/best5.php
r4874 r4875 26 26 27 27 $col = "A.*, name, price02_min, price01_min, main_list_image "; 28 $from = "dtb_best_products AS A INNER JOIN vw_products_allclass ONusing(product_id)";28 $from = "dtb_best_products AS A INNER JOIN vw_products_allclass using(product_id)"; 29 29 $where = "status = 1"; 30 30 $order = "rank";
Note: See TracChangeset
for help on using the changeset viewer.
