Ignore:
Timestamp:
2009/05/15 16:30:40 (15 years ago)
Author:
kajiwara
Message:

2.4.0 正式版のコミット。コミット内容の詳細はこちら(http://svn.ec-cube.net/open_trac/query?status=closed&milestone=EC-CUBE2.4.0

File:
1 edited

Legend:

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

    r17861 r18007  
    903903    /* 加算ポイントの計算式 */ 
    904904    function sfGetAddPoint($totalpoint, $use_point, $arrInfo) { 
     905        if( USE_POINT === false ) return ; 
    905906        // 購入商品の合計ポイントから利用したポイントのポイント換算価値を引く方式 
    906907        $add_point = $totalpoint - intval($use_point * ($arrInfo['point_rate'] / 100)); 
     
    19931994        for($i = 0; $i < $cnt; $i++) { 
    19941995            $html.= "<tr>"; 
    1995             foreach($array[$i] as $val) { 
     1996          foreach($array[$i] as $val) { 
    19961997                $html.="<td>$val</td>"; 
    19971998            } 
Note: See TracChangeset for help on using the changeset viewer.