Index: temp/trunk/data/class/SC_CheckError.php
===================================================================
--- temp/trunk/data/class/SC_CheckError.php	(revision 10104)
+++ temp/trunk/data/class/SC_CheckError.php	(revision 10105)
@@ -559,5 +559,5 @@
 		}
 sfprintr($this->arrParam[$value[1]]);		
-		if( strlen($this->arrParam[$value[1]]) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $this->arrParam[$value[1]]) && EregI("\\" ,$this->arrParam[$value[1]])) { 
+		if( strlen($this->arrParam[$value[1]]) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $this->arrParam[$value[1]]) && EregI("[\\]" ,$this->arrParam[$value[1]])) { 
 			$this->arrErr[$value[1]] = "¢¨ " . $value[0] . "¤Î¥Õ¥¡¥¤¥ëÌ¾¤ËÆüËÜ¸ì¤ä¥¹¥Ú¡¼¥¹¤Ï»ÈÍÑ¤·¤Ê¤¤¤Ç²¼¤µ¤¤¡£<br />";	
 		}
