Changeset 6704 for temp/trunk/html/rss


Ignore:
Timestamp:
2006/10/25 18:02:43 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6703 r6704  
    4949        $arrProduct[$key]["point"] = sfPrePoint($arrProduct[$key]["price02"], $arrProduct[$key]["point_rate"], POINT_RULE, $arrProduct[$key]["product_id"]); 
    5050    } 
    51 } 
    52 if($mode == "list"){ 
     51}elseif($mode == "list"){ 
    5352    //¾¦ÉʰìÍ÷¤ò¼èÆÀ 
    5453    $arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products"); 
     
    8483} 
    8584 
    86 sfprintr($arrProduct); 
    87 exit(); 
    8885//ŹÊÞ¾ðÊó¤ò¥»¥Ã¥È 
    8986$objPage->arrSiteInfo = $arrSiteInfo; 
Note: See TracChangeset for help on using the changeset viewer.