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

Back to archive index

Minahito minah****@users*****
2006年 1月 27日 (金) 17:29:54 JST


Index: xoops2jp/html/modules/user/forms/EditUserForm.class.php
diff -u xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.5 xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.6
--- xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.5	Tue Jan 17 19:37:47 2006
+++ xoops2jp/html/modules/user/forms/EditUserForm.class.php	Fri Jan 27 17:29:54 2006
@@ -27,10 +27,10 @@
 		$this->mFormProperties['user_msnm']=new XCube_StringProperty('user_msnm');
 		$this->mFormProperties['user_from']=new XCube_StringProperty('user_from');
 		$this->mFormProperties['user_occ']=new XCube_StringProperty('user_occ');
-		$this->mFormProperties['user_interest']=new XCube_StringProperty('user_interest');
+		$this->mFormProperties['user_intrest']=new XCube_StringProperty('user_intrest');
 		$this->mFormProperties['user_sig']=new XCube_TextProperty('user_sig');
 		$this->mFormProperties['attachsig']=new XCube_IntProperty('attachsig');
-		$this->mFormProperties['user_bio']=new XCube_TextProperty('user_bio');
+		$this->mFormProperties['bio']=new XCube_TextProperty('bio');
 		$this->mFormProperties['pass']=new XCube_StringProperty('pass');
 		$this->mFormProperties['vpass']=new XCube_StringProperty('vpass');
 		$this->mFormProperties['user_mailok']=new XCube_IntProperty('user_mailok');
@@ -125,11 +125,11 @@
 		$user->setVar('user_msnm',$this->getVar('user_msnm'));
 		$user->setVar('user_from',$this->getVar('user_from'));
 		$user->setVar('user_occ',$this->getVar('user_occ'));
-		$user->setVar('user_interest',$this->getVar('user_interest'));
+		$user->setVar('user_interst',$this->getVar('user_intrest'));
 		$user->setVar('user_sig',$this->getVar('user_sig'));
 		$user->setVar('attachsig',$this->getVar('attachsig'));
 		$user->setVar('user_sig',$this->getVar('user_sig'));
-		$user->setVar('bio',$this->getVar('user_bio'));
+		$user->setVar('bio',$this->getVar('bio'));
 		$user->setVar('user_mailok',$this->getVar('user_mailok'));
 		
 		if($this->getVar('pass'))


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