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

Back to archive index

Minahito minah****@users*****
2006年 10月 3日 (火) 17:38:38 JST


Index: xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php
diff -u xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.10 xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.11
--- xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.10	Sun Sep 10 19:39:14 2006
+++ xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php	Tue Oct  3 17:38:38 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