- Timestamp:
- 2006/09/17 17:39:21 (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
r4872 r4873 25 25 $objQuery = new SC_Query(); 26 26 27 $col = "A.*, B.name, B.price02_min, B.price01_min, B.main_list_image ";28 $from = "dtb_best_products AS A INNER JOIN vw_products_allclass AS B ON A.product_id = B.product_id";27 $col = "A.*, name, price02_min, price01_min, main_list_image "; 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.
