Changeset 22137


Ignore:
Timestamp:
2012/12/15 16:37:33 (11 years ago)
Author:
Seasoft
Message:

#1905 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r22115 r22137  
    405405        } 
    406406 
     407        // すべての項目が入力されていない場合はエラーとする。 
    407408        $blank = false; 
    408409 
    409         // すべての項目がブランクでないか、すべての項目が入力されていない場合はエラーとする。 
    410410        for ($i = 1; $i < $max; $i++) { 
    411411            if (strlen($this->arrParam[$value[$i]]) <= 0) { 
Note: See TracChangeset for help on using the changeset viewer.