Ignore:
Timestamp:
2011/01/28 16:19:40 (13 years ago)
Author:
eccuore
Message:

#642(共通ロジックの機能向上) mode 取得用の関数を利用するように修正(switchリファクタリングは未対応)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/contact/LC_Page_Contact.php

    r19961 r20041  
    9696        $this->arrData = isset($_SESSION['customer']) ? $_SESSION['customer'] : ""; 
    9797 
    98         if (!isset($_POST['mode'])) $_POST['mode'] = ""; 
    99  
    100         switch ($_POST['mode']) { 
     98        switch ($this->getMode()) { 
    10199            case 'confirm': 
    102100              $this->lfContactConfirm(); 
Note: See TracChangeset for help on using the changeset viewer.