[xoops-cvslog 3011] CVS update: xoops2jp/html/class

Back to archive index

Minahito minah****@users*****
2006年 5月 12日 (金) 19:17:55 JST


Index: xoops2jp/html/class/XCube_ActionForm.class.php
diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.31 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.32
--- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.31	Thu Apr  6 15:49:35 2006
+++ xoops2jp/html/class/XCube_ActionForm.class.php	Fri May 12 19:17:54 2006
@@ -419,7 +419,7 @@
 		parent::fetch($key);
 		if (preg_match_all("/[\\x00-\\x1f]/", $this->mValue, $matches, PREG_PATTERN_ORDER)) {
 			foreach ($matches[0] as $match) {
-				die("Get control code :" . ord($match));
+				die("[". $this->mName . "]Get control code :" . ord($match));
 			}
 		}
 	}


xoops-cvslog メーリングリストの案内
Back to archive index