Ignore:
Timestamp:
2007/09/06 14:09:01 (17 years ago)
Author:
nanasess
Message:

bugfix

  • 引数の参照渡しとデフォルト値の設定は, PHP4 では同時に行えない...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/helper/SC_Helper_DB.php

    r15629 r15630  
    12191219     * @return array 最終計算後の配列 
    12201220     */ 
    1221     function sfTotalConfirm($arrData, &$objPage, &$objCartSess, $arrInfo, &$objCustomer = "") { 
     1221    function sfTotalConfirm($arrData, &$objPage, &$objCartSess, $arrInfo, $objCustomer = "") { 
    12221222        // 未定義変数を定義 
    12231223        if (!isset($arrData['deliv_pref'])) $arrData['deliv_pref'] = ""; 
Note: See TracChangeset for help on using the changeset viewer.