Changeset 6570 for temp/trunk
- Timestamp:
- 2006/10/24 17:40:27 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/rss/product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/rss/product.php
r6569 r6570 38 38 $arrProduct[$key]["price02"] = sfPreTax($arrProduct[$key]["price02"], $arrSiteInfo["tax"], $arrSiteInfo["tax_rule"]); 39 39 40 sfprintr($arrProduct[$key]["price02"]);41 42 40 // ²èÁü¥Õ¥¡¥¤¥ë¤ÎURL¥»¥Ã¥È 43 41 (file_exists(IMAGE_SAVE_DIR . $arrProduct[$key]["main_list_image"])) ? $dir = IMAGE_SAVE_URL_RSS : $dir = IMAGE_TEMP_URL_RSS; … … 55 53 $arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products"); 56 54 } 57 exit;58 59 55 60 56 //¾¦ÉʾðÊó¤ò¥»¥Ã¥È
Note: See TracChangeset
for help on using the changeset viewer.
