Changeset 4608 for temp/trunk/html/products/review.php
- Timestamp:
- 2006/09/11 19:37:56 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/products/review.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/review.php
r1328 r4608 93 93 if(sfIsInt($_GET['product_id'])) { 94 94 //¾¦ÉʾðÊó¤Î¼èÆÀ 95 $arrForm = $objQuery->select("product_id, name", "dtb_products", "del ete= 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'])); 96 96 if(empty($arrForm)) { 97 97 sfDispSiteError(PAGE_ERROR);
Note: See TracChangeset
for help on using the changeset viewer.
