Ignore:
Timestamp:
2012/02/06 11:27:03 (14 years ago)
Author:
Seasoft
Message:

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

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

Legend:

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

    r21441 r21442  
    112112        $arrErr = $objFormParam->checkError(); 
    113113        // 親ウィンドウの戻り値を格納するinputタグのnameのエラーチェック 
    114         if (!$this->lfInputNameCheck($arrRequest['input1']) ) { 
     114        if (!$this->lfInputNameCheck($arrRequest['input1'])) { 
    115115            $arrErr['input1'] = "※ 入力形式が不正です。<br />"; 
    116116        } 
    117         if (!$this->lfInputNameCheck($arrRequest['input2']) ) { 
     117        if (!$this->lfInputNameCheck($arrRequest['input2'])) { 
    118118            $arrErr['input2'] = "※ 入力形式が不正です。<br />"; 
    119119        } 
Note: See TracChangeset for help on using the changeset viewer.