projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5453ea
)
Fix variable name (Bug #9476).
author
Jan Schneider
<jan@horde.org>
Tue, 28 Dec 2010 16:43:33 +0000
(17:43 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 28 Dec 2010 16:43:33 +0000
(17:43 +0100)
framework/Mime/lib/Horde/Mime/Mdn.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime/Mdn.php
b/framework/Mime/lib/Horde/Mime/Mdn.php
index
c67a940
..
f3db90b
100644
(file)
--- a/
framework/Mime/lib/Horde/Mime/Mdn.php
+++ b/
framework/Mime/lib/Horde/Mime/Mdn.php
@@
-216,7
+216,7
@@
class Horde_Mime_Mdn
$part_two_text[] = 'Original-Recipient: rfc822;' . $orig_recip . "\n";
}
if ($opts['from_addr']) {
- $part_two_text[] = 'Final-Recipient: rfc822;' . $
from_addr
. "\n";
+ $part_two_text[] = 'Final-Recipient: rfc822;' . $
opts['from_addr']
. "\n";
}
if (!empty($msg_id)) {
$part_two_text[] = 'Original-Message-ID: rfc822;' . $msg_id . "\n";