Ignore:
Timestamp:
2013/01/30 21:12:01 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
#2044 (無駄な処理を改善する for 2.12.4)

  • 不必要なインスタンス化
  • 不必要な値渡し
File:
1 edited

Legend:

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

    r22313 r22486  
    446446    /** 
    447447     * 
    448      * @param type $objProduct  
    449      * @return void 
    450      */ 
    451     function doJson(&$objProduct) { 
     448     * @return void 
     449     */ 
     450    function doJson() { 
    452451        $this->arrProducts = $this->setStatusDataTo($this->arrProducts, $this->arrSTATUS, $this->arrSTATUS_IMAGE); 
    453         $this->arrProducts = $objProduct->setPriceTaxTo($this->arrProducts); 
     452        SC_Product_Ex::setPriceTaxTo($this->arrProducts); 
    454453 
    455454        // 一覧メイン画像の指定が無い商品のための処理 
Note: See TracChangeset for help on using the changeset viewer.