Changeset 354 for branches/dev/html/products/detail.php
- Timestamp:
- 2007/02/22 18:53:06 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/products/detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/products/detail.php
r17 r354 421 421 $col = "create_date, reviewer_url, reviewer_name, recommend_level, title, comment"; 422 422 $from = "dtb_review"; 423 $where = "del_flg = 0 AND status = 1 AND product_id = ? ";423 $where = "del_flg = 0 AND status = 1 AND product_id = ? ORDER BY create_date DESC LIMIT " . REVIEW_REGIST_MAX; 424 424 $arrval[] = $id; 425 425 $arrReview = $objQuery->select($col, $from, $where, $arrval);
Note: See TracChangeset
for help on using the changeset viewer.
