[Tickets #9252] pref search_sources is json encoded
bugs at horde.org
bugs at horde.org
Thu Sep 16 07:20:42 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9252
------------------------------------------------------------------------------
Ticket | 9252
Created By | rsalmon at mbpgroup.com
Summary | pref search_sources is json encoded
Queue | Kronolith
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2010-09-16 03:20) wrote:
kronolith/lib/FreeBusy.php:258
-- $sources = empty($sources) ? array() : explode("\t", $sources);
++ $sources = empty($sources) ? array() : json_decode($sources, true);
I'm guessing this is same issue with fonction _doImp() in
turba/lib/LoginTasks/SystemTask/UpgradePrefs.php, but I'm not sure on
how to test it.
More information about the bugs
mailing list