[Tickets #9476] framework/Mime/lib/Horde/Mime/Mdn.php
bugs at horde.org
bugs at horde.org
Tue Dec 28 15:41:59 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9476
------------------------------------------------------------------------------
Ticket | 9476
Created By | rsalmon at mbpgroup.com
Summary | framework/Mime/lib/Horde/Mime/Mdn.php
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2010-12-28 10:41) wrote:
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";
More information about the bugs
mailing list