diff options
| -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 |
