From 78db15831566120a387428bdb3fb18a8bac49da3 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 12 Apr 2002 10:16:29 +0000 Subject: [PATCH] fix for bug 542809. Can somebody validate this fix? git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2715 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/read_body.php b/src/read_body.php index 6122ea71..ec9a7623 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -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" . -- 2.25.1