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

Back to archive index

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


Index: xoops2jp/html/modules/legacy/admin/forms/ActionSearchForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/ActionSearchForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/forms/ActionSearchForm.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/forms/ActionSearchForm.class.php:1.1.2.1	Sat Oct 14 23:55:21 2006
+++ xoops2jp/html/modules/legacy/admin/forms/ActionSearchForm.class.php	Sun Oct 15 01:02:36 2006
@@ -20,7 +20,7 @@
 		// set fields
 		$this->mFieldProperties['keywords']=new XCube_FieldProperty($this);
 		$this->mFieldProperties['keywords']->setDependsByArray(array('required'));
-		$this->mFieldProperties['keywords']->addMessage("required",_AD_BASE_ERROR_SEARCH_REQUIRED);
+		$this->mFieldProperties['keywords']->addMessage("required",_AD_LEGACY_ERROR_SEARCH_REQUIRED);
 	}
 
 	function fetch()


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