Changeset 6516 for temp/trunk


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

* empty log message *

File:
1 edited

Legend:

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

    r6515 r6516  
    2626 
    2727if($product_id != ""){ 
    28     //¿·Ãå¾ðÊó¤ò¼èÆÀ 
     28    //¾¦Éʾܺ٤ò¼èÆÀ 
    2929    $arrProduct = lfGetProductsDetail($objQuery, $product_id); 
     30}else{ 
     31    //¾¦ÉʰìÍ÷¤ò¼èÆÀ 
     32    $arrProduct = $objQuery->getall("SELECT * FROM dtb_product"); 
    3033} 
    3134 
Note: See TracChangeset for help on using the changeset viewer.