[xoops-cvslog 4549] CVS update: xoops2jp/html/modules/base/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 9月 21日 (木) 15:01:34 JST


Index: xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.4 xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.5
--- xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php:1.1.2.4	Fri Aug 25 19:14:28 2006
+++ xoops2jp/html/modules/base/admin/forms/ImagecategoryAdminEditForm.class.php	Thu Sep 21 15:01:34 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: ImagecategoryAdminEditForm.class.php,v 1.1.2.4 2006/08/25 10:14:28 minahito Exp $
+ * @version $Id: ImagecategoryAdminEditForm.class.php,v 1.1.2.5 2006/09/21 06:01:34 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -62,12 +62,12 @@
 	
 		$this->mFieldProperties['readgroups'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['readgroups']->setDependsByArray(array('objectExist'));
-		$this->mFieldProperties['readgroups']->addMessage('objectExist', _AD_BASE_ERROR_IMGCAT_READ_GROUPS);
+		$this->mFieldProperties['readgroups']->addMessage('objectExist', _AD_BASE_ERROR_OBJECT_EXIST, _AD_BASE_LANG_IMGCAT_READ_GROUPS);
 		$this->mFieldProperties['readgroups']->addVar('handler', 'group');
 	
 		$this->mFieldProperties['uploadgroups'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['uploadgroups']->setDependsByArray(array('objectExist'));
-		$this->mFieldProperties['uploadgroups']->addMessage('objectExist', _AD_BASE_ERROR_IMGCAT_UPLOAD_GROUPS);
+		$this->mFieldProperties['uploadgroups']->addMessage('objectExist', _AD_BASE_ERROR_OBJECT_EXIST, _AD_BASE_LANG_IMGCAT_UPLOAD_GROUPS);
 		$this->mFieldProperties['uploadgroups']->addVar('handler', 'group');
 	}
 


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