Changeset 6532 for temp


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

* empty log message *

File:
1 edited

Legend:

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

    r6531 r6532  
    2828    //¾¦Éʾܺ٤ò¼èÆÀ 
    2929    $arrProductTmp = lfGetProductsDetail($objQuery, $product_id); 
     30    $arrProduct = $arrProductTmp; 
    3031     
    3132    // ÃͤΥ»¥Ã¥È¤·Ä¾¤· 
     
    3536            case "main_image": 
    3637            case "main_large_image": 
    37                 $arrProductTmp[$key] = IMAGE_SAVE_URL . $arrProductTmp[$key]; 
     38                $arrProduct[$key] = IMAGE_SAVE_URL . $arrProductTmp[$key]; 
    3839                break; 
    3940        } 
    4041    } 
    41     $arrProduct = $arrProductTmp; 
    4242     
    4343    sfprintr($arrProduct);exit(); 
Note: See TracChangeset for help on using the changeset viewer.