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

Back to archive index

Minahito minah****@users*****
2006年 8月 18日 (金) 18:06:19 JST


Index: xoops2jp/html/modules/user/forms/EditUserForm.class.php
diff -u xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.12 xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.13
--- xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.12	Fri Aug 18 14:35:30 2006
+++ xoops2jp/html/modules/user/forms/EditUserForm.class.php	Fri Aug 18 18:06:19 2006
@@ -143,7 +143,7 @@
 
 		$this->mFieldProperties['user_intrest'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['user_intrest']->setDependsByArray(array('maxlength'));
-		$this->mFieldProperties['user_intrest']->addMessage('maxlength', _MD_USER_ERROR_MAXLENGTH, _MD_USER_LANG_USER_INTEREST, '150');
+		$this->mFieldProperties['user_intrest']->addMessage('maxlength', _MD_USER_ERROR_MAXLENGTH, _MD_USER_LANG_USER_INTREST, '150');
 		$this->mFieldProperties['user_intrest']->addVar('maxlength', 150);
 	}
 	
Index: xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php
diff -u xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php:1.1.2.7 xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php:1.1.2.8
--- xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php:1.1.2.7	Fri Aug 18 14:35:30 2006
+++ xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php	Fri Aug 18 18:06:19 2006
@@ -86,6 +86,9 @@
 		}
 	}
 	
+	/**
+	 * @todo 'HANKAKU' check.
+	 */
 	function validatePass()
 	{
 		if (strlen($this->get('pass'))>0||strlen($this->get('vpass'))>0) {


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