From: moodler Date: Mon, 28 Jul 2003 05:53:03 +0000 (+0000) Subject: I'm hopeful this is a fix for the wrapping problem ... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4458c8a88710d2208282d0ef6eb60b97cc7ebddb;p=moodle.git I'm hopeful this is a fix for the wrapping problem ... --- diff --git a/lib/phpmailer/class.phpmailer.php b/lib/phpmailer/class.phpmailer.php index 69a81b966e..d6fcfe9d5b 100644 --- a/lib/phpmailer/class.phpmailer.php +++ b/lib/phpmailer/class.phpmailer.php @@ -750,7 +750,6 @@ class PHPMailer // fall through case "alt_attachment": $this->AltBody = $this->WrapText($this->AltBody, $this->WordWrap); - break; default: $this->Body = $this->WrapText($this->Body, $this->WordWrap); break;