fix for bug 542809. Can somebody validate this fix?
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 12 Apr 2002 10:16:29 +0000 (10:16 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 12 Apr 2002 10:16:29 +0000 (10:16 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2715 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 6122ea7169fd1a37df5ffc2e381d2bb75a220f9b..ec9a7623abd140a69ba9e96520bc51bd1e549390 100644 (file)
@@ -206,6 +206,8 @@ function SendMDN ( $recipient , $sender) {
     $subject = $header->subject;
     $now = getLongDateString( time() );
 
+    set_my_charset();
+
     $body = _("Your message") . "\r\n\r\n" .
             "\t" . _("To:") . ' ' . $to . "\r\n" .
             "\t" . _("Subject:") . ' ' . $subject . "\r\n" .