Tom Hayakawa
tom_g3x****@users*****
2006年 1月 28日 (土) 03:07:45 JST
Index: xoops2jp/html/modules/user/forms/EditUserForm.class.php diff -u xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.6 xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.7 --- xoops2jp/html/modules/user/forms/EditUserForm.class.php:1.1.2.6 Fri Jan 27 17:29:54 2006 +++ xoops2jp/html/modules/user/forms/EditUserForm.class.php Sat Jan 28 03:07:44 2006 @@ -125,7 +125,7 @@ $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_interst',$this->getVar('user_intrest')); + $user->setVar('user_intrest',$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'));