[xoops-cvslog 4847] CVS update: xoops2jp/html/modules/pm/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 7日 (土) 15:36:56 JST


Index: xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php
diff -u xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.10.2.3 xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.10.2.4
--- xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.10.2.3	Thu Oct  5 18:10:38 2006
+++ xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php	Sat Oct  7 15:36:56 2006
@@ -100,9 +100,9 @@
 
 	function update(&$obj)
 	{
-		$obj->setVar('to_userid', $this->get('to_userid'));
-		$obj->setVar('subject', $this->get('subject'));
-		$obj->setVar('msg_text', $this->get('message'));
+		$obj->set('to_userid', $this->get('to_userid'));
+		$obj->set('subject', $this->get('subject'));
+		$obj->set('msg_text', $this->get('message'));
 	}
 	
 	function resetToUser()
@@ -164,9 +164,9 @@
 
 	function update(&$obj)
 	{
-		$obj->setVar('to_userid', $this->_mUid);
-		$obj->setVar('subject', $this->get('subject'));
-		$obj->setVar('msg_text', $this->get('message'));
+		$obj->set('to_userid', $this->_mUid);
+		$obj->set('subject', $this->get('subject'));
+		$obj->set('msg_text', $this->get('message'));
 	}
 	
 	function resetToUser()


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