- Timestamp:
- 2006/12/01 18:24:00 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_CheckError.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CheckError.php
r10103 r10104 559 559 } 560 560 sfprintr($this->arrParam[$value[1]]); 561 if( strlen($this->arrParam[$value[1]]) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $this->arrParam[$value[1]]) ) {561 if( strlen($this->arrParam[$value[1]]) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $this->arrParam[$value[1]]) && EregI("\\" ,$this->arrParam[$value[1]])) { 562 562 $this->arrErr[$value[1]] = "¢¨ " . $value[0] . "¤Î¥Õ¥¡¥¤¥ë̾¤ËÆüËܸì¤ä¥¹¥Ú¡¼¥¹¤Ï»ÈÍѤ·¤Ê¤¤¤Ç²¼¤µ¤¤¡£<br />"; 563 563 }
Note: See TracChangeset
for help on using the changeset viewer.
