Changeset 21413
- Timestamp:
- 2012/01/17 16:42:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php
r21410 r21413 90 90 91 91 // おすすめ商品取得 92 $col = 'best_id, best_id,category_id, rank, product_id, title, comment, create_date, update_date';92 $col = 'best_id, category_id, rank, product_id, title, comment, create_date, update_date'; 93 93 $table = 'dtb_best_products'; 94 94 $where = 'del_flg = 0';
Note: See TracChangeset
for help on using the changeset viewer.