[xoops-cvslog 5225] CVS update: xoops2jp/html/modules/legacy/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:12:04 JST


Index: xoops2jp/html/modules/legacy/admin/forms/SmilesAdminDeleteForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/SmilesAdminDeleteForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/forms/SmilesAdminDeleteForm.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/forms/SmilesAdminDeleteForm.class.php:1.1.2.1	Sat Oct 14 23:55:21 2006
+++ xoops2jp/html/modules/legacy/admin/forms/SmilesAdminDeleteForm.class.php	Sun Oct 15 01:12:03 2006
@@ -27,7 +27,7 @@
 		//
 		$this->mFieldProperties['id'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['id']->setDependsByArray(array('required'));
-		$this->mFieldProperties['id']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_ID);
+		$this->mFieldProperties['id']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _AD_LEGACY_LANG_ID);
 	}
 
 	function load(&$obj)


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