Ignore:
Timestamp:
2013/08/24 23:33:52 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0
PHP4的な書き方の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Delivery.php

    r22926 r23124  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    5656     * @return void 
    5757     */ 
    58     function process() 
     58    public function process() 
    5959    { 
    6060        $this->action(); 
     
    6767     * @return void 
    6868     */ 
    69     function action() 
     69    public function action() 
    7070    { 
    7171        $objDeliv = new SC_Helper_Delivery_Ex(); 
     
    7979            if (!empty($this->arrErr['deliv_id'])) { 
    8080                trigger_error('', E_USER_ERROR); 
     81 
    8182                return; 
    8283            } 
     
    109110     * 入力エラーチェック 
    110111     * 
    111      * @param string $mode 
     112     * @param  string $mode 
    112113     * @return array 
    113114     */ 
    114     function lfCheckError($mode, &$objFormParam) 
     115    public function lfCheckError($mode, &$objFormParam) 
    115116    { 
    116117        $arrErr = array(); 
Note: See TracChangeset for help on using the changeset viewer.