Ignore:
Timestamp:
2006/09/11 19:37:56 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/products/review.php

    r1328 r4608  
    9393    if(sfIsInt($_GET['product_id'])) { 
    9494        //¾¦ÉʾðÊó¤Î¼èÆÀ 
    95         $arrForm = $objQuery->select("product_id, name", "dtb_products", "delete = 0 AND status = 1 AND product_id=?", array($_GET['product_id'])); 
     95        $arrForm = $objQuery->select("product_id, name", "dtb_products", "del_flg = 0 AND status = 1 AND product_id=?", array($_GET['product_id'])); 
    9696        if(empty($arrForm)) { 
    9797            sfDispSiteError(PAGE_ERROR); 
Note: See TracChangeset for help on using the changeset viewer.