Minahito
minah****@users*****
2006年 10月 20日 (金) 17:03:54 JST
Index: xoops2jp/html/class/xoopsmailer.php diff -u xoops2jp/html/class/xoopsmailer.php:1.2.8.3 xoops2jp/html/class/xoopsmailer.php:1.2.8.3.2.1 --- xoops2jp/html/class/xoopsmailer.php:1.2.8.3 Sun Feb 5 19:34:29 2006 +++ xoops2jp/html/class/xoopsmailer.php Fri Oct 20 17:03:54 2006 @@ -1,5 +1,5 @@ <?php -// $Id: xoopsmailer.php,v 1.2.8.3 2006/02/05 10:34:29 nobunobu Exp $ +// $Id: xoopsmailer.php,v 1.2.8.3.2.1 2006/10/20 08:03:54 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -139,6 +139,7 @@ // reset all properties to default function reset() { + $this->multimailer->ClearAllRecipients(); $this->fromEmail = ""; $this->fromName = ""; $this->fromUser = null; // RMV-NOTIFY @@ -369,7 +370,6 @@ { $subject = $this->encodeSubject($subject); $this->encodeBody($body); - $this->multimailer->ClearAllRecipients(); $this->multimailer->AddAddress($email); $this->multimailer->Subject = $subject; $this->multimailer->Body = $body;