Changeset 6694


Ignore:
Timestamp:
2006/10/25 17:57:03 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6693 r6694  
    3131if(($product_id != "" and is_numeric($product_id)) or $mode == "all"){ 
    3232    //¾¦Éʾܺ٤ò¼èÆÀ 
    33     ($mode == "all") ? $arrProduct = lfGetProductsDetail($objQuery):$arrProduct = lfGetProductsDetail($objQuery, $product_id); 
     33    ($mode == "all") ? $arrProduct = lfGetProductsDetail($objQuery, $mode):$arrProduct = lfGetProductsDetail($objQuery, $product_id); 
    3434     
    3535    // ÃͤΥ»¥Ã¥È¤·Ä¾¤· 
Note: See TracChangeset for help on using the changeset viewer.