Changeset 4894 for temp/trunk/html


Ignore:
Timestamp:
2006/09/17 18:57:50 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4608 r4894  
    393393    //¸¡º÷¾ò·ï 
    394394    $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 "; 
    396396    $where = "del_flg = 0 AND status = 1 AND (stock_max <> 0 OR stock_max IS NULL) AND product_id = ? "; 
    397397    $arrval[] = $tmp_id; 
Note: See TracChangeset for help on using the changeset viewer.