[xoops-cvslog 3126] CVS update: xoops2jp/html/modules/pm/service

Back to archive index

Minahito minah****@users*****
2006年 5月 24日 (水) 18:42:25 JST


Index: xoops2jp/html/modules/pm/service/LegacyPmService.class.php
diff -u xoops2jp/html/modules/pm/service/LegacyPmService.class.php:1.1.2.2 xoops2jp/html/modules/pm/service/LegacyPmService.class.php:1.1.2.3
--- xoops2jp/html/modules/pm/service/LegacyPmService.class.php:1.1.2.2	Tue Mar 28 22:30:49 2006
+++ xoops2jp/html/modules/pm/service/LegacyPmService.class.php	Wed May 24 18:42:25 2006
@@ -29,7 +29,7 @@
 		$pmHandler=&xoops_gethandler('privmessage');
 		$pm=&$pmHandler->create();
 		$pm->setVar("to_userid",$parameters['to_uid']);
-		$pm->setVar("to_userid",$parameters['from_uid']);
+		$pm->setVar("from_userid",$parameters['from_uid']);
 		$pm->setVar("subject",$parameters['subject']);
 		$pm->setVar("msg_text",$parameters['message']);
 		


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