Ignore:
Timestamp:
2010/11/17 05:18:08 (16 years ago)
Author:
tao
Message:

#788 スペース弾かれる件の対応。

File:
1 edited

Legend:

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

    r18853 r19672  
    485485        } 
    486486        $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]] ) ) { 
    488488            $this->arrErr[$value[1]] = "※ " . $value[0] . "は英数記号で入力してください。<br />"; 
    489489        } 
Note: See TracChangeset for help on using the changeset viewer.