diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-12-03 00:40:12 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-12-03 00:40:12 +0000 |
| commit | ef09c7e9c94d823cf890e198ab6cc1297d935fbb (patch) | |
| tree | 1c465d7a56575cc015316f8418c7f7fbb08e166f | |
| parent | df3e7ab53276386a922f25cfbca09b01efed7446 (diff) | |
| download | forums-ef09c7e9c94d823cf890e198ab6cc1297d935fbb.tar forums-ef09c7e9c94d823cf890e198ab6cc1297d935fbb.tar.gz forums-ef09c7e9c94d823cf890e198ab6cc1297d935fbb.tar.bz2 forums-ef09c7e9c94d823cf890e198ab6cc1297d935fbb.tar.xz forums-ef09c7e9c94d823cf890e198ab6cc1297d935fbb.zip | |
Notes to port bug fixes from 2.0.x
git-svn-id: file:///svn/phpbb/trunk@3165 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rwxr-xr-x | phpBB/includes/emailer.php | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -20,6 +20,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 // release |
