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

Back to archive index

Minahito minah****@users*****
2006年 10月 7日 (土) 23:50:44 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.7.2.2 xoops2jp/html/modules/user/admin/forms/RanksAdminEditForm.class.php:1.1.2.7.2.3
--- xoops2jp/html/modules/user/admin/forms/RanksAdminEditForm.class.php:1.1.2.7.2.2	Fri Sep 29 17:14:44 2006
+++ xoops2jp/html/modules/user/admin/forms/RanksAdminEditForm.class.php	Sat Oct  7 23:50:44 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: RanksAdminEditForm.class.php,v 1.1.2.7.2.2 2006/09/29 08:14:44 minahito Exp $
+ * @version $Id: RanksAdminEditForm.class.php,v 1.1.2.7.2.3 2006/10/07 14:50:44 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -63,7 +63,7 @@
 	function validateRank_max()
 	{
 		if ($this->get('rank_max') < $this->get('rank_min')) {
-			$this->addErrorMessage(_MD_USER_ERROR_INJURY_MIN_MAX);
+			$this->addErrorMessage(_AD_USER_ERROR_INJURY_MIN_MAX);
 		}
 	}
 


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