Ignore:
Timestamp:
2006/11/26 16:41:25 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r8911 r8912  
    138138$arrRet = $objQuery->select("*", "vw_products_allclass_detail AS alldtl", "product_id = ?", array($tmp_id)); 
    139139$objPage->arrProduct = $arrRet[0]; 
    140  
     140/* 
    141141// ¾¦ÉÊ¥³¡¼¥É¤Î¼èÆÀ 
    142142$code_sql = "SELECT product_code FROM dtb_products_class AS prdcls WHERE prdcls.product_id = 1 GROUP BY product_code ORDER BY product_code"; 
     
    147147 
    148148$objPage->ProcuctCode = $ProcuctCode; 
    149  
     149*/ 
    150150//sfprintr($arrProcuctCode); 
    151151 
Note: See TracChangeset for help on using the changeset viewer.