Summary | prefs_hook_search_sources |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 06/09/2010 (5506 days ago) |
Due | |
Updated | 06/09/2010 (5506 days ago) |
Assigned | |
Resolved | 06/09/2010 (5506 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Bug #9088: Fix return from prefs_hook_search_sources() IMP hookhttp://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=9c373c024f7b051d8103f4258ecd364c6e14047b
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ prefs_hook_search_sources
Type ⇒ Bug
State ⇒ Unconfirmed
-- return implode("\t", array_keys($sources));
++ return json_encode(array_keys($sources));