- Timestamp:
- 2009/06/09 21:18:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_Favorite.php
r18069 r18080 98 98 $from = "dtb_customer_favorite_products AS dcfp LEFT JOIN vw_products_allclass_detail AS alldtl USING(product_id)"; 99 99 100 $where = " alldtl.del_flg = 0 AND alldtl.status = 1 AND dcfp.customer_id = ?";100 $where = "dcfp.customer_id = ? AND alldtl.del_flg = 0 AND alldtl.status = 1"; 101 101 // 在庫無し商品の非表示 102 102 if (NOSTOCK_HIDDEN === true) {
Note: See TracChangeset
for help on using the changeset viewer.