Tracker: Patches

5 A wrong function is used in SendMDN function. - ID: 1694687
Last Update: Comment added ( kink )

--- read_body.php.orig 2007-04-05 09:35:08.000000000 +0900
+++ read_body.php 2007-04-05 09:35:48.000000000 +0900
@@ -176,7 +176,7 @@
}
$rfc822_header->content_type = $content_type;
$rfc822_header->to[] = $header->dnt;
- $rfc822_header->subject = _("Read:") . ' ' .
encodeHeader($header->subject);
+ $rfc822_header->subject = _("Read:") . ' ' .
decodeHeader($header->subject);

// FIX ME, use identity.php from SM 1.5. Change this also in
compose.php


Masato HIGASHIYAMA ( masatoh ) - 2007-04-05 00:36

5

Closed

Fixed

Nobody/Anonymous

Read or Display Messages

None

Public


Comments ( 2 )

Date: 2007-06-25 15:22
Sender: kinkProject AdminAccepting Donations


fixed, thanks!


Date: 2007-04-05 08:12
Sender: masatoh


--- read_body.php.orig 2007-04-05 09:35:08.000000000 +0900
+++ read_body.php 2007-04-05 09:35:48.000000000 +0900
@@ -176,7 +176,7 @@
}
$rfc822_header->content_type = $content_type;
$rfc822_header->to[] = $header->dnt;
- $rfc822_header->subject = _("Read:") . ' ' .
encodeHeader($header->subject);
+ $rfc822_header->subject = _("Read:") . ' ' .
decodeHeader($header->subject,false,false,true);

// FIX ME, use identity.php from SM 1.5. Change this also in


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2007-06-25 15:22 kink
resolution_id None 2007-06-25 15:22 kink
close_date - 2007-06-25 15:22 kink