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

Back to archive index

Minahito minah****@users*****
2006年 2月 2日 (木) 17:50:53 JST


Index: xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php
diff -u xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php:1.1.2.1 xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php:1.1.2.2
--- xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php:1.1.2.1	Wed Jan 18 02:26:01 2006
+++ xoops2jp/html/modules/user/forms/UserRegisterEditForm.class.php	Thu Feb  2 17:50:52 2006
@@ -67,15 +67,15 @@
 
 	function update(&$obj)
 	{
-		$obj->setVar('uname', $this->get('uname'));
-		$obj->setVar('email', $this->get('email'));
-		$obj->setVar('user_viewemail', $this->get('user_viewemail'));
-		$obj->setVar('url', $this->get('url'));
-		$obj->setVar('timezone_offset', $this->get('timezone_offset'));
-		$obj->setVar('pass', $this->get('pass'));
-		$obj->setVar('vpass', $this->get('vpass'));
-		$obj->setVar('user_mailok', $this->get('user_mailok'));
-		$obj->setVar('agree', $this->get('agree'));
+		$obj->set('uname', $this->get('uname'));
+		$obj->set('email', $this->get('email'));
+		$obj->set('user_viewemail', $this->get('user_viewemail'));
+		$obj->set('url', $this->get('url'));
+		$obj->set('timezone_offset', $this->get('timezone_offset'));
+		$obj->set('pass', $this->get('pass'));
+		$obj->set('vpass', $this->get('vpass'));
+		$obj->set('user_mailok', $this->get('user_mailok'));
+		$obj->set('agree', $this->get('agree'));
 	}
 }
 


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