Ignore:
Timestamp:
2011/06/15 16:30:24 (13 years ago)
Author:
Seasoft
Message:

#1294 (ソースを読みやすくする)

  • SC_Utils#sfPrePoint 利用していない第4引数を削除。またこれにより第3引数を省略可能な呼び出しでは、第3引数を使わない。
File:
1 edited

Legend:

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

    r20942 r20976  
    166166            $arrProduct[$key]['point'] = SC_Utils_Ex::sfPrePoint( 
    167167                $arrProduct[$key]['price02'], 
    168                 $arrProduct[$key]['point_rate'], 
    169                 POINT_RULE, 
    170                 $arrProduct[$key]['product_id'] 
     168                $arrProduct[$key]['point_rate'] 
    171169            ); 
    172170            // 在庫無制限 
     
    228226            $arrProduct[$key]['point_max'] = SC_Utils_Ex::sfPrePoint( 
    229227                $arrProduct[$key]['price02_max'], 
    230                 $arrProduct[$key]['point_rate'], 
    231                 POINT_RULE, 
    232                 $arrProduct[$key]['product_id'] 
     228                $arrProduct[$key]['point_rate'] 
    233229            ); 
    234230            $arrProduct[$key]['point_min'] = SC_Utils_Ex::sfPrePoint( 
    235231                $arrProduct[$key]['price02_min'], 
    236                 $arrProduct[$key]['point_rate'], 
    237                 POINT_RULE, 
    238                 $arrProduct[$key]['product_id'] 
     232                $arrProduct[$key]['point_rate'] 
    239233            ); 
    240234        } 
Note: See TracChangeset for help on using the changeset viewer.