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/admin/order/LC_Page_Admin_Order_Pdf.php

    r19945 r20041  
    9898        $this->objFormParam->setParam($_POST); 
    9999 
    100         if (!isset($_POST['mode'])) $_POST['mode'] = ""; 
    101100        if (!isset($arrRet)) $arrRet = array(); 
    102101 
    103         switch($_POST['mode']) { 
     102        switch($this->getMode()) { 
    104103        case "confirm": 
    105104            // 入力値の変換 
Note: See TracChangeset for help on using the changeset viewer.