- Timestamp:
- 2006/10/24 16:20:22 (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
r6531 r6532 28 28 //¾¦Éʾܺ٤ò¼èÆÀ 29 29 $arrProductTmp = lfGetProductsDetail($objQuery, $product_id); 30 $arrProduct = $arrProductTmp; 30 31 31 32 // ÃͤΥ»¥Ã¥È¤·Ä¾¤· … … 35 36 case "main_image": 36 37 case "main_large_image": 37 $arrProduct Tmp[$key] = IMAGE_SAVE_URL . $arrProductTmp[$key];38 $arrProduct[$key] = IMAGE_SAVE_URL . $arrProductTmp[$key]; 38 39 break; 39 40 } 40 41 } 41 $arrProduct = $arrProductTmp;42 42 43 43 sfprintr($arrProduct);exit();
Note: See TracChangeset
for help on using the changeset viewer.
