6.0.0-alpha12
6/12/25

[#9476] framework/Mime/lib/Horde/Mime/Mdn.php
Summary framework/Mime/lib/Horde/Mime/Mdn.php
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester rsalmon (at) mbpgroup (dot) com
Created 12/28/2010 (5280 days ago)
Due
Updated 12/28/2010 (5280 days ago)
Assigned
Resolved 12/28/2010 (5280 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
12/28/2010 05:36:11 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
12/28/2010 05:34:09 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Fix variable name (Bug #9476).

http://git.horde.org/horde-git/-/commit/12e91ba384ea8294501bc44d6e3bbc41d57bdfe1
12/28/2010 03:41:58 PM rsalmon (at) mbpgroup (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ framework/Mime/lib/Horde/Mime/Mdn.php
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
PHP ERROR: Undefined variable: from_addr [pid 27323 on line 221 of 
"/var/www/html/hordetest/libs/Horde/Mime/Mdn.php

--- Mdn.php.old        2010-12-28 16:38:23.000000000 +0100
+++ Mdn.php        2010-12-28 16:38:57.000000000 +0100
@@ -219 +219 @@
-            $part_two_text[] = 'Final-Recipient: rfc822;' . 
$from_addr . "\n";
+            $part_two_text[] = 'Final-Recipient: rfc822;' . 
$opts['from_addr'] . "\n";

Saved Queries