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

Back to archive index

Minahito minah****@users*****
2006年 1月 16日 (月) 10:08:53 JST


Index: xoops2jp/html/modules/legacyRender/admin/forms/TplsetEditForm.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/forms/TplsetEditForm.class.php:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/forms/TplsetEditForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacyRender/admin/forms/TplsetEditForm.class.php:1.1.2.2	Mon Jan 16 10:07:04 2006
+++ xoops2jp/html/modules/legacyRender/admin/forms/TplsetEditForm.class.php	Mon Jan 16 10:08:53 2006
@@ -33,15 +33,6 @@
 		return "module.legacyRender.TplsetEditForm.TOKEN";
 	}
 
-	function validateTplset_name()
-	{
-		if ($this->get('tplset_name') != null) {
-			if (!preg_match("/^[a-z0-9\_]+$/i", $this->get('tplset_name'))) {
-				$this->addErrorMessage(_AD_LEGACYRENDER_ERROR_TPLSET_NAME_RULE);
-			}
-		}
-	}
-
 	function load(&$obj)
 	{
 		$this->setVar('tplset_id', $obj->get('tplset_id'));


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