MDL-24896 Removed hmm-note - PHPMailer's LE property is part of public API

This commit is contained in:
David Mudrak
2010-11-03 20:44:23 +00:00
parent beee71f2e7
commit d2e3d259fa
-1
View File
@@ -4639,7 +4639,6 @@ function get_mailer($action='get') {
$mailer->CharSet = 'UTF-8';
// some MTAs may do double conversion of LF if CRLF used, CRLF is required line ending in RFC 822bis
// hmm, this is a bit hacky because LE should be private
if (isset($CFG->mailnewline) and $CFG->mailnewline == 'CRLF') {
$mailer->LE = "\r\n";
} else {