]> git.mjollnir.org Git - moodle.git/commitdiff
I'm hopeful this is a fix for the wrapping problem ...
authormoodler <moodler>
Mon, 28 Jul 2003 05:53:03 +0000 (05:53 +0000)
committermoodler <moodler>
Mon, 28 Jul 2003 05:53:03 +0000 (05:53 +0000)
lib/phpmailer/class.phpmailer.php

index 69a81b966eba7d844757dd54aadb132215cbba50..d6fcfe9d5b943d5ea8fd57812ac9a3bbeb98fc49 100644 (file)
@@ -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;