Explorar o código

fix for bug 542809. Can somebody validate this fix?

stekkel %!s(int64=23) %!d(string=hai) anos
pai
achega
b654536b01
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/read_body.php

+ 2 - 0
src/read_body.php

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