[xoops-cvslog 6055] CVS update: xoops2jp/html/class

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 12月 26日 (火) 16:03:30 JST


Index: xoops2jp/html/class/xoopsmailer.php
diff -u xoops2jp/html/class/xoopsmailer.php:1.2.8.3.2.1 xoops2jp/html/class/xoopsmailer.php:1.2.8.3.2.2
--- xoops2jp/html/class/xoopsmailer.php:1.2.8.3.2.1	Fri Oct 20 17:03:54 2006
+++ xoops2jp/html/class/xoopsmailer.php	Tue Dec 26 16:03:29 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: xoopsmailer.php,v 1.2.8.3.2.1 2006/10/20 08:03:54 minahito Exp $
+// $Id: xoopsmailer.php,v 1.2.8.3.2.2 2006/12/26 07:03:29 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -139,7 +139,6 @@
 	// reset all properties to default
 	function reset()
 	{
-		$this->multimailer->ClearAllRecipients();
 		$this->fromEmail = "";
 		$this->fromName = "";
 		$this->fromUser = null; // RMV-NOTIFY
@@ -370,6 +369,7 @@
 	{
 		$subject = $this->encodeSubject($subject);
 		$this->encodeBody($body);
+		$this->multimailer->ClearAllRecipients();
 		$this->multimailer->AddAddress($email);
 		$this->multimailer->Subject = $subject;
 		$this->multimailer->Body = $body;


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index