Changeset 23570 for branches/version-2_13-dev/data/class/SC_CheckError.php
- Timestamp:
- 2014/07/13 18:43:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_CheckError.php
r23546 r23570 404 404 if (strlen($this->arrParam[$value[$i]]) > 0 && strlen($this->arrParam[$value[$i]]) > $telItemLen) { 405 405 $this->arrErr[$value[$i]] .= '※ ' . $value[0] . $i . 'は' . $telItemLen . '字以内で入力してください。<br />'; 406 } elseif ($this->numelicCheck($this->arrParam[$value[ 1]])) {406 } elseif ($this->numelicCheck($this->arrParam[$value[$i]])) { 407 407 $this->arrErr[$value[$i]] .= '※ ' . $value[0] . $i . 'は数字で入力してください。<br />'; 408 408 }
Note: See TracChangeset
for help on using the changeset viewer.
