Ignore:
Timestamp:
2012/02/11 04:20:07 (12 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

  • ソース整形(主に制御構造のスペース)
Location:
branches/version-2_12-dev/data/class/pages/rss
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/rss/LC_Page_Rss.php

    r21442 r21479  
    9898     * @return array $arrNews 取得結果を配列で返す 
    9999     */ 
    100     function lfGetNews(&$objQuery){ 
     100    function lfGetNews(&$objQuery) { 
    101101        $col = ""; 
    102102        $col .= "news_id ";        // 新着情報ID 
  • branches/version-2_12-dev/data/class/pages/rss/LC_Page_Rss_Products.php

    r21442 r21479  
    243243     * @return array $arrProduct 取得結果を配列で返す 
    244244     */ 
    245     function lfGetProductsDetail(&$objQuery, $product_id = 'all'){ 
     245    function lfGetProductsDetail(&$objQuery, $product_id = 'all') { 
    246246        $objProduct = new SC_Product_Ex(); 
    247247 
     
    284284     * @return array $arrProduct 取得結果を配列で返す 
    285285     */ 
    286     function lfGetProductsAllclass(&$objQuery){ 
     286    function lfGetProductsAllclass(&$objQuery) { 
    287287        // --- 商品一覧の取得 
    288288        $objQuery->setOrder('product_id'); 
Note: See TracChangeset for help on using the changeset viewer.