[Tickets #2774] NEW: A tiny bug in mailbox.php
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Oct 13 01:34:17 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2774
-----------------------------------------------------------------------
Ticket | 2774
Created By | c.menssen at web.de
Summary | A tiny bug in mailbox.php
Queue | IMP
Version | FRAMEWORK_3
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
c.menssen at web.de (2005-10-13 01:34) wrote:
At Line 554,
$foo = imap_rfc822_parse_adrlist($h->from, '');
$from_ob = array_shift($foo);
works!
$from_ob = array_shift(imap_rfc822_parse_adrlist($h->from, ''));
drops a reference error
Regards,
Chris
More information about the bugs
mailing list