Summary | PHP error on filter "Mailing List Messages" |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4792 days ago) |
Due | |
Updated | 08/29/2012 (4752 days ago) |
Assigned | 07/21/2012 (4791 days ago) |
Resolved | 07/29/2012 (4783 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 0bcb081a7948f529f31f97eec4610bc6be303493
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Jul 28 21:14:06 2012 -0600
Bug #11298: Fix undefined index value when searching forexistence of a header
.../lib/Horde/Imap/Client/Search/Query.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0bcb081a7948f529f31f97eec4610bc6be303493
commit 0cb03f5d36c2d3a3ef4ff0214e2865f3e2fe51b9
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Jul 28 21:14:06 2012 -0600
Bug #11298: Fix undefined index value when searching forexistence of a header
.../lib/Horde/Imap/Client/Search/Query.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0cb03f5d36c2d3a3ef4ff0214e2865f3e2fe51b9
commit 0bcb081a7948f529f31f97eec4610bc6be303493
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Jul 28 21:14:06 2012 -0600
Bug #11298: Fix undefined index value when searching forexistence of a header
.../lib/Horde/Imap/Client/Search/Query.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0bcb081a7948f529f31f97eec4610bc6be303493
Assigned to Michael Slusarz
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PHP error on filter "Mailing List Messages"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
if I filter my inbox via "Filter" -> "Filter by" -> "Mailing List
Messages", I get the following error in the logs:
2012-07-20T12:46:40+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: text [pid 2113 on line 195 of
"/datastore/DEVEL/horde/framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php"]
Thomas