Changeset 6688 for temp/trunk/html/rss
- Timestamp:
- 2006/10/25 16:57:00 (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
r6687 r6688 29 29 $mode = $_GET['mode']; 30 30 31 if( $product_id != "" and (is_numeric($product_id) or $mode == "all")){31 if(($product_id != "" and is_numeric($product_id)) or $mode == "all"){ 32 32 //¾¦Éʾܺ٤ò¼èÆÀ 33 33 $arrProduct = lfGetProductsDetail($objQuery, $product_id); 34 sfprintr("et");35 34 // ÃͤΥ»¥Ã¥È¤·Ä¾¤· 36 35 foreach($arrProduct as $key => $val){
Note: See TracChangeset
for help on using the changeset viewer.
