[xoops-cvslog 4719] CVS update: xoops2jp/html/modules/user/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 1日 (日) 18:55:34 JST


Index: xoops2jp/html/modules/user/admin/forms/RanksAdminEditForm.class.php
diff -u xoops2jp/html/modules/user/admin/forms/RanksAdminEditForm.class.php:1.1.2.8 xoops2jp/html/modules/user/admin/forms/RanksAdminEditForm.class.php:1.1.2.9
--- xoops2jp/html/modules/user/admin/forms/RanksAdminEditForm.class.php:1.1.2.8	Sun Oct  1 18:53:26 2006
+++ xoops2jp/html/modules/user/admin/forms/RanksAdminEditForm.class.php	Sun Oct  1 18:55:34 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: RanksAdminEditForm.class.php,v 1.1.2.8 2006/10/01 09:53:26 minahito Exp $
+ * @version $Id: RanksAdminEditForm.class.php,v 1.1.2.9 2006/10/01 09:55:34 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -61,7 +61,7 @@
 		
 		$this->mFieldProperties['rank_image'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['rank_image']->setDependsByArray(array('extension'));
-		$this->mFieldProperties['rank_image']->addMessage('extension', _MD_USER_ERROR_AVATAR_EXTENSION, _AD_USER_LANG_AVATAR_FILE);
+		$this->mFieldProperties['rank_image']->addMessage('extension', _MD_USER_ERROR_AVATAR_EXTENSION, _MD_USER_LANG_RANK_IMAGE);
 		$this->mFieldProperties['rank_image']->addVar('extension', "gif,png,jpg");
 	}
 	


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