Changeset 16780 for branches/feature-module-update
- Timestamp:
- 2007/11/09 22:33:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/products/LC_Page_Products_Detail.php
r16741 r16780 712 712 $objQuery->setorder("product_rank DESC"); 713 713 for($i = 0; $i < $max; $i++) { 714 $where = "del_flg = 0 AND product_id = ? AND status = 1";714 $where = "del_flg = 0 AND T3.product_id = ? AND status = 1"; 715 715 $arrProductInfo = $objQuery->select("DISTINCT main_list_image, price02_min, price02_max, price01_min, price01_max, name, point_rate, product_rank", $from, $where, array($arrRet[$i]['recommend_product_id'])); 716 716
Note: See TracChangeset
for help on using the changeset viewer.