Changeset 6694
- Timestamp:
- 2006/10/25 17:57:03 (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
r6693 r6694 31 31 if(($product_id != "" and is_numeric($product_id)) or $mode == "all"){ 32 32 //¾¦Éʾܺ٤ò¼èÆÀ 33 ($mode == "all") ? $arrProduct = lfGetProductsDetail($objQuery ):$arrProduct = lfGetProductsDetail($objQuery, $product_id);33 ($mode == "all") ? $arrProduct = lfGetProductsDetail($objQuery, $mode):$arrProduct = lfGetProductsDetail($objQuery, $product_id); 34 34 35 35 // ÃͤΥ»¥Ã¥È¤·Ä¾¤·
Note: See TracChangeset
for help on using the changeset viewer.
