Changeset 6541 for temp/trunk/html/rss


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

* empty log message *

File:
1 edited

Legend:

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

    r6540 r6541  
    3333         
    3434        // ²èÁü¥Õ¥¡¥¤¥ë¤ÎURL¥»¥Ã¥È 
    35         (file_exists(IMAGE_SAVE_URL . $arrProduct[$key]["main_list_image"])) ? $dir = IMAGE_SAVE_URL_RSS : $dir = IMAGE_TEMP_URL_RSS; 
     35        (file_exists(IMAGE_SAVE_DIR . $arrProduct[$key]["main_list_image"])) ? $dir = IMAGE_SAVE_URL_RSS : $dir = IMAGE_TEMP_URL_RSS; 
    3636        $arrProduct[$key]["main_list_image"] = $dir . $arrProduct[$key]["main_list_image"]; 
    3737        (file_exists(IMAGE_SAVE_URL . $arrProduct[$key]["main_image"])) ? $dir = IMAGE_SAVE_URL_RSS : $dir = IMAGE_TEMP_URL_RSS; 
Note: See TracChangeset for help on using the changeset viewer.