From 4458c8a88710d2208282d0ef6eb60b97cc7ebddb Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 28 Jul 2003 05:53:03 +0000 Subject: [PATCH] I'm hopeful this is a fix for the wrapping problem ... --- lib/phpmailer/class.phpmailer.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5