Ignore:
Timestamp:
2007/02/22 18:53:06 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/products/detail.php

    r17 r354  
    421421    $col = "create_date, reviewer_url, reviewer_name, recommend_level, title, comment"; 
    422422    $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; 
    424424    $arrval[] = $id; 
    425425    $arrReview = $objQuery->select($col, $from, $where, $arrval); 
Note: See TracChangeset for help on using the changeset viewer.