Index: temp/trunk/data/class/SC_CheckError.php
===================================================================
--- temp/trunk/data/class/SC_CheckError.php	(revision 10105)
+++ temp/trunk/data/class/SC_CheckError.php	(revision 10108)
@@ -558,6 +558,6 @@
 			return;
 		}
-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 />";	
 		}
