Changeset 6515 for temp/trunk


Ignore:
Timestamp:
2006/10/24 14:16:21 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6511 r6515  
    2222$objSiteInfo = new SC_SiteInfo(); 
    2323 
    24 //¿·Ãå¾ðÊó¤ò¼èÆÀ 
    25 $arrProduct = lfGetProductsDetail($objQuery, 1); 
     24//¾¦ÉÊID¤ò¼èÆÀ 
     25$product_id = $_GET['product_id']; 
     26 
     27if($product_id != ""){ 
     28    //¿·Ãå¾ðÊó¤ò¼èÆÀ 
     29    $arrProduct = lfGetProductsDetail($objQuery, $product_id); 
     30} 
    2631 
    2732//ŹÊÞ¾ðÊó¤ò¥»¥Ã¥È 
Note: See TracChangeset for help on using the changeset viewer.