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

Back to archive index

NobuNobu nobun****@users*****
2006年 12月 16日 (土) 20:44:56 JST


Index: xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php
diff -u xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php:1.1.2.3 xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php:1.1.2.4
--- xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php:1.1.2.3	Sun Oct 15 02:23:47 2006
+++ xoops2jp/html/modules/legacy/forms/ImageUploadForm.class.php	Sat Dec 16 20:44:56 2006
@@ -38,8 +38,8 @@
 		
 		$this->mFieldProperties['imgcat_id'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['imgcat_id']->setDependsByArray(array('required','objectExist'));
-		$this->mFieldProperties['imgcat_id']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _AD_LEGACY_LANG_IMGCAT_ID);
-		$this->mFieldProperties['imgcat_id']->addMessage('objectExist', _AD_LEGACY_ERROR_OBJECTEXIST, _AD_LEGACY_LANG_IMGCAT_ID);
+		$this->mFieldProperties['imgcat_id']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _MD_LEGACY_LANG_IMGCAT_ID);
+		$this->mFieldProperties['imgcat_id']->addMessage('objectExist', _MD_LEGACY_ERROR_OBJECTEXIST, _MD_LEGACY_LANG_IMGCAT_ID);
 		$this->mFieldProperties['imgcat_id']->addVar('handler', 'imagecategory');
 		$this->mFieldProperties['imgcat_id']->addVar('module', 'legacy');
 	}


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