1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 15:31:41 +02:00

Possible fix bug #3604

This commit is contained in:
e107steved
2006-12-22 21:01:42 +00:00
parent 9c41023832
commit 6930ad1c78
2 changed files with 8 additions and 8 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/newsletter/admin_config.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-02 11:54:09 $
| $Author: lisa_ $
| $Revision: 1.3 $
| $Date: 2006-12-22 21:01:42 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php");
@@ -381,7 +381,7 @@ class newsletter
}
$mail->WordWrap = 50;
$mail->Charset = CHARSET;
$mail->CharSet = CHARSET;
$mail->Subject = $newsletterParentInfo['newsletter_title'] . ": ".$newsletterInfo['newsletter_title'];
$mail->IsHTML(true);