Changeset 6546 for temp/trunk/html/rss


Ignore:
Timestamp:
2006/10/24 16:42:58 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6545 r6546  
    3939        (file_exists(IMAGE_SAVE_DIR . $arrProduct[$key]["main_large_image"])) ? $dir = IMAGE_SAVE_URL_RSS : $dir = IMAGE_TEMP_URL_RSS; 
    4040        $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 
    4145    } 
    4246     
Note: See TracChangeset for help on using the changeset viewer.