Minahito
minah****@users*****
2006年 9月 23日 (土) 12:11:01 JST
Index: xoops2jp/html/modules/user/forms/LostPassEditForm.class.php diff -u xoops2jp/html/modules/user/forms/LostPassEditForm.class.php:1.1.2.3 xoops2jp/html/modules/user/forms/LostPassEditForm.class.php:1.1.2.4 --- xoops2jp/html/modules/user/forms/LostPassEditForm.class.php:1.1.2.3 Wed Jul 19 19:21:25 2006 +++ xoops2jp/html/modules/user/forms/LostPassEditForm.class.php Sat Sep 23 12:11:01 2006 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: LostPassEditForm.class.php,v 1.1.2.3 2006/07/19 10:21:25 minahito Exp $ + * @version $Id: LostPassEditForm.class.php,v 1.1.2.4 2006/09/23 03:11:01 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -32,7 +32,7 @@ $this->mFieldProperties['email'] =& new XCube_FieldProperty($this); $this->mFieldProperties['email']->setDependsByArray(array('required', 'email')); $this->mFieldProperties['email']->addMessage('required', _MD_USER_ERROR_REQUIRED, _MD_USER_LANG_EMAIL); - $this->mFieldProperties['email']->addMessage('email', _MD_USER_ERROR_EMAIL_FORMAT); + $this->mFieldProperties['email']->addMessage('email', _MD_USER_ERROR_EMAIL_FORMAT, _MD_USER_LANG_EMAIL); } }