Changeset 19672 for branches/version-2_5-dev/data/class
- Timestamp:
- 2010/11/17 05:18:08 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_CheckError.php
r18853 r19672 485 485 } 486 486 $this->createParam($value); 487 if( strlen($this->arrParam[$value[1]]) > 0 && ! EregI("^[[:graph:] ]+$", $this->arrParam[$value[1]] ) ) {487 if( strlen($this->arrParam[$value[1]]) > 0 && ! EregI("^[[:graph:]|[:space:]]+$", $this->arrParam[$value[1]] ) ) { 488 488 $this->arrErr[$value[1]] = "※ " . $value[0] . "は英数記号で入力してください。<br />"; 489 489 }
Note: See TracChangeset
for help on using the changeset viewer.
