Changeset 21596 for branches/version-2_12-dev/data/class/SC_CheckError.php
- Timestamp:
- 2012/03/06 22:37:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_CheckError.php
r21593 r21596 811 811 } 812 812 $this->createParam($value); 813 if (strlen($this->arrParam[$value[1]]) > 0 && !preg_match("/^[[:alnum:]_\.-]+$/i", $this->arrParam[$value[1]]) || preg_match( "/[\\]/",$this->arrParam[$value[1]])) {813 if (strlen($this->arrParam[$value[1]]) > 0 && !preg_match("/^[[:alnum:]_\.-]+$/i", $this->arrParam[$value[1]]) || preg_match('/[\\]/' ,$this->arrParam[$value[1]])) { 814 814 $this->arrErr[$value[1]] = '※ ' . $value[0] . 'のファイル名に日本語やスペースは使用しないで下さい。<br />'; 815 815 }
Note: See TracChangeset
for help on using the changeset viewer.
