From fe020fb64bc77c84030b693fcd968076a15ea24f Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 9 Aug 2010 01:33:49 +0000 Subject: [PATCH] email MDL-23240 added change comments to READEME_MOODLE.txt --- lib/phpmailer/README_MOODLE.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/phpmailer/README_MOODLE.txt b/lib/phpmailer/README_MOODLE.txt index eccefa6f9da..38d78d5d6bb 100644 --- a/lib/phpmailer/README_MOODLE.txt +++ b/lib/phpmailer/README_MOODLE.txt @@ -11,5 +11,6 @@ examples/ test/ Our changes: - * Modified EncodeQP() to not use php's implementation of quoted printable encoding as it was causing problems for some users MDL-23240 + * Modified EncodeQP() in class.phpmailer.php to not use php's implementation of quoted + printable encoding as it was causing problems for some users MDL-23240