Ignore:
Timestamp:
2012/02/06 11:05:15 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

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

    r21420 r21441  
    8282        } 
    8383 
    84         if(!empty($_POST)) { 
     84        if (!empty($_POST)) { 
    8585            // 入力値の変換 
    8686            $objFormParam->convParam(); 
    8787            $this->arrErr = $this->lfCheckError($objFormParam); 
    8888 
    89             if(count($this->arrErr) == 0) { 
    90                 switch($this->getMode()) { 
     89            if (count($this->arrErr) == 0) { 
     90                switch ($this->getMode()) { 
    9191                case 'update': 
    9292                    $this->lfUpdateData($objFormParam->getHashArray()); // 既存編集 
Note: See TracChangeset for help on using the changeset viewer.