Changeset 21012


Ignore:
Timestamp:
2011/07/04 14:46:12 (13 years ago)
Author:
shutta
Message:

refs #1396 (Myページ>お届け先追加・変更 変更時に入力チェックに引っ掛かった後登録すると新規追加されてしまう)
入力チェックエラーの際にother_deliv_idがセットされなくて、次画面に渡せなくなっていたのを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php

    r20970 r21012  
    9191        } 
    9292 
    93         // $_GET['other_deliv_id'] のあるなしで追加か編集か判定しているらしい 
    94         if (!isset($_GET['other_deliv_id'])) $_GET['other_deliv_id'] = ""; 
    95         $_SESSION['other_deliv_id'] = $_GET['other_deliv_id']; 
     93        // other_deliv_id のあるなしで追加か編集か判定しているらしい 
     94        $_SESSION['other_deliv_id'] = $_REQUEST['other_deliv_id']; 
    9695 
    9796        // パラメーター管理クラス,パラメーター情報の初期化 
Note: See TracChangeset for help on using the changeset viewer.