Changeset 21290
- Timestamp:
- 2011/10/20 19:54:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/SC_CheckError.php
r20912 r21290 190 190 $this->createParam($value); 191 191 // 文字数の取得 192 if( $this->arrParam[$value[2]] != $this->arrParam[$value[3]]) {192 if( $this->arrParam[$value[2]] !== $this->arrParam[$value[3]]) { 193 193 $this->arrErr[$value[2]] = "※ " . $value[0] . "と" . $value[1] . "が一致しません。<br />"; 194 194 }
Note: See TracChangeset
for help on using the changeset viewer.