Changeset 6688 for temp/trunk/html/rss


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

* empty log message *

File:
1 edited

Legend:

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

    r6687 r6688  
    2929$mode = $_GET['mode']; 
    3030 
    31 if($product_id != "" and (is_numeric($product_id) or $mode == "all")){ 
     31if(($product_id != "" and is_numeric($product_id)) or $mode == "all"){ 
    3232    //¾¦Éʾܺ٤ò¼èÆÀ 
    3333    $arrProduct = lfGetProductsDetail($objQuery, $product_id); 
    34     sfprintr("et"); 
    3534    // ÃͤΥ»¥Ã¥È¤·Ä¾¤· 
    3635    foreach($arrProduct as $key => $val){ 
Note: See TracChangeset for help on using the changeset viewer.