Ignore:
Timestamp:
2009/12/17 21:21:44 (14 years ago)
Author:
Seasoft
Message:

未使用メソッドを削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r18436 r18438  
    521521    } 
    522522 
    523     function lfReCheek($arrData) { 
    524         // 情報上書き 
    525         $this->objFormParam->setParam($arrData); 
    526         // 入力値の変換 
    527         $this->objFormParam->convParam(); 
    528         #if(count($this->arrErr) == 0) { 
    529             $this->arrErr = $this->lfCheek(); 
    530         #} 
    531     } 
    532  
    533523    /** 
    534524     * DB更新処理 
Note: See TracChangeset for help on using the changeset viewer.