Changeset 6546 for temp/trunk/html/rss
- Timestamp:
- 2006/10/24 16:42:58 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/rss/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/rss/product.php
r6545 r6546 39 39 (file_exists(IMAGE_SAVE_DIR . $arrProduct[$key]["main_large_image"])) ? $dir = IMAGE_SAVE_URL_RSS : $dir = IMAGE_TEMP_URL_RSS; 40 40 $arrProduct[$key]["main_large_image"] = $dir . $arrProduct[$key]["main_large_image"]; 41 42 // ¥Ý¥¤¥ó¥È·×»» 43 $arrProduct[$key]["point"] = sfPrePoint($arrProduct[$key]["price02"], $arrProduct[$key]["point_rate"], POINT_RULE, $arrProduct[$key]["product_id"]); 44 41 45 } 42 46
Note: See TracChangeset
for help on using the changeset viewer.
