Changeset 4894 for temp/trunk/html
- Timestamp:
- 2006/09/17 18:57:50 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/products/detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/detail.php
r4608 r4894 393 393 //¸¡º÷¾ò·ï 394 394 $col = "name, main_list_image, price01_min, price02_min, price01_max, price02_max, point_rate"; 395 $from = "vw_products_allclass AS V";395 $from = "vw_products_allclass "; 396 396 $where = "del_flg = 0 AND status = 1 AND (stock_max <> 0 OR stock_max IS NULL) AND product_id = ? "; 397 397 $arrval[] = $tmp_id;
Note: See TracChangeset
for help on using the changeset viewer.
