Changeset 16187


Ignore:
Timestamp:
2007/09/30 12:43:49 (16 years ago)
Author:
nanasess
Message:
  • $tpl_column_num = 1 追加
  • 未定義変数の修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/shopping/LC_Page_Shopping_Complete.php

    r15622 r16187  
    3131        $this->tpl_css = URL_DIR.'css/layout/shopping/complete.css'; 
    3232        $this->tpl_title = "ご注文完了"; 
     33        $this->tpl_column_num = 1; 
    3334 
    3435        $masterData = new SC_DB_MasterData_Ex(); 
     
    195196            case '0': 
    196197                // 購入時会員登録 
    197                 if($arrData['member_check'] == '1') { 
     198                if(isset($arrData['member_check']) && $arrData['member_check'] == '1') { 
    198199                    // 仮会員登録 
    199200                    $customer_id = $this->lfRegistPreCustomer($arrData, $this->arrInfo); 
Note: See TracChangeset for help on using the changeset viewer.