Ignore:
Timestamp:
2012/02/11 04:51:32 (14 years ago)
Author:
Seasoft
Message:

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

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

Legend:

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

    r21441 r21480  
    101101            $find = false; 
    102102            foreach ($this->arrCheck[$cnt] as $val) { 
    103                 if ($val == "EXIST_CHECK") { 
     103                if ($val == 'EXIST_CHECK') { 
    104104                    $find = true; 
    105105                } 
Note: See TracChangeset for help on using the changeset viewer.