From ef09c7e9c94d823cf890e198ab6cc1297d935fbb Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 3 Dec 2002 00:40:12 +0000 Subject: [PATCH] Notes to port bug fixes from 2.0.x git-svn-id: file:///svn/phpbb/trunk@3165 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/emailer.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/phpBB/includes/emailer.php b/phpBB/includes/emailer.php index f8a06cc91b..d54e40eb69 100755 --- a/phpBB/includes/emailer.php +++ b/phpBB/includes/emailer.php @@ -19,6 +19,14 @@ * ***************************************************************************/ +// +// NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE +// +// Bug fixes in 2.0.x should be ported to this, particularly the header changes +// +// NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE +// + // // The emailer class has support for attaching files, that isn't implemented // in the 2.0 release but we can probable find some way of using it in a future