Changeset 22939


Ignore:
Timestamp:
2013/07/07 12:32:42 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0
未使用なな引数の削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/SC_Utils.php

    r22926 r22939  
    746746     * @param float $point_rate 
    747747     * @param int $rule 
    748      * @param int $product_id 
    749748     * @return int 
    750749     */ 
    751     function sfPrePoint($price, $point_rate, $rule = POINT_RULE, $product_id = '') 
     750    function sfPrePoint($price, $point_rate, $rule = POINT_RULE) 
    752751    { 
    753752        $real_point = $point_rate / 100; 
Note: See TracChangeset for help on using the changeset viewer.