6.0.0-beta1
7/23/25

[#2774] A tiny bug in mailbox.php
Summary A tiny bug in mailbox.php
Queue IMP
Queue Version FRAMEWORK_3
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester c.menssen (at) web (dot) de
Created 10/13/2005 (7223 days ago)
Due
Updated 10/13/2005 (7223 days ago)
Assigned
Resolved 10/13/2005 (7223 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/13/2005 08:45:43 AM Matt Selsky Comment #2
State ⇒ Not A Bug
Reply to this comment
Already fixed in IMP 4.0.4-RC2.
10/13/2005 08:34:15 AM c (dot) menssen (at) web (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ A tiny bug in mailbox.php
Queue ⇒ IMP
Reply to this comment
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

Saved Queries