Ignore:
Timestamp:
2011/06/15 16:30:24 (15 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/SC_Product.php

    r20970 r20976  
    274274 
    275275                // ポイント 
    276                 // XXX sfPrePoint() の第4パラメーターは、処理にバグがあるため現状省略している。(http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=3540&forum=1&post_id=13853#forumpost13853) 
    277276                $classCats2['point'] 
    278277                    = number_format(SC_Utils_Ex::sfPrePoint($productsClass['price02'], $productsClass['point_rate'])); 
Note: See TracChangeset for help on using the changeset viewer.