Changeset 20161


Ignore:
Timestamp:
2011/02/14 05:55:04 (13 years ago)
Author:
AMUAMU
Message:

r20160 で入力エラー時に正常に遷移出来ない問題があったため、トランザクションIDの生成位置を変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/customer/LC_Page_Admin_Customer.php

    r20160 r20161  
    9898            } 
    9999        } 
     100        // トランザクションID 
     101        $this->transactionid = SC_Helper_Session_Ex::getToken(); 
    100102 
    101103        // パラメータ管理クラス 
     
    138140            break; 
    139141        } 
    140  
    141         // トランザクションID 
    142         $this->transactionid = SC_Helper_Session_Ex::getToken(); 
    143142    } 
    144143 
Note: See TracChangeset for help on using the changeset viewer.