[xoops-cvslog 1762] CVS update: xoops2jp/html/modules/legacyRender/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 1月 14日 (土) 22:19:34 JST


Index: xoops2jp/html/modules/legacyRender/admin/forms/TplsetCloneForm.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/forms/TplsetCloneForm.class.php:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/forms/TplsetCloneForm.class.php:1.1.2.4
--- xoops2jp/html/modules/legacyRender/admin/forms/TplsetCloneForm.class.php:1.1.2.3	Sat Jan 14 19:00:52 2006
+++ xoops2jp/html/modules/legacyRender/admin/forms/TplsetCloneForm.class.php	Sat Jan 14 22:19:34 2006
@@ -43,7 +43,7 @@
 			if ($handler->getCount(new Criteria('tplset_name', $this->get('tplset_name'))) > 0) {
 				$this->addErrorMessage(_AD_LEGACYRENDER_ERROR_UNIQUE_NAME);
 			}
-			if (!preg_match("/^\[a-z0-9_]+$/", $this->get('tplset_name'))) {
+			if (!preg_match("/^[a-z0-9\_]+$/i", $this->get('tplset_name'))) {
 				$this->addErrorMessage(_AD_LEGACYRENDER_ERROR_TPLSET_NAME_RULE);
 			}
 		}


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