Changeset 6570 for temp/trunk


Ignore:
Timestamp:
2006/10/24 17:40:27 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/rss/product.php

    r6569 r6570  
    3838        $arrProduct[$key]["price02"] = sfPreTax($arrProduct[$key]["price02"], $arrSiteInfo["tax"], $arrSiteInfo["tax_rule"]); 
    3939         
    40         sfprintr($arrProduct[$key]["price02"]); 
    41          
    4240        // ²èÁü¥Õ¥¡¥¤¥ë¤ÎURL¥»¥Ã¥È 
    4341        (file_exists(IMAGE_SAVE_DIR . $arrProduct[$key]["main_list_image"])) ? $dir = IMAGE_SAVE_URL_RSS : $dir = IMAGE_TEMP_URL_RSS; 
     
    5553    $arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products"); 
    5654} 
    57 exit; 
    58  
    5955 
    6056//¾¦ÉʾðÊó¤ò¥»¥Ã¥È 
Note: See TracChangeset for help on using the changeset viewer.