Changeset 6564 for temp/trunk
- Timestamp:
- 2006/10/24 17:28:22 (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
r6563 r6564 50 50 $objPage->arrSiteInfo = $objSiteInfo->data; 51 51 52 sfprintr(isset($arrProducta));53 exit();54 55 52 //¾¦ÉʾðÊó¤ò¥»¥Ã¥È 53 $objPage->arrProduct = $arrProduct; 56 54 if(is_array(sfswaparray($arrProduct))){ 57 $objPage->arrProduct = $arrProduct; 58 $objPage->arrProductKeys = array_keys(sfswaparray($arrProduct)); 55 $objPage->arrProductKeys = array_keys(sfswaparray($arrProduct)); 59 56 } 60 57
Note: See TracChangeset
for help on using the changeset viewer.
