6.0.0-alpha14
7/3/25

[#9252] pref search_sources is json encoded
Summary pref search_sources is json encoded
Queue Kronolith
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester rsalmon (at) mbpgroup (dot) com
Created 09/16/2010 (5404 days ago)
Due
Updated 09/21/2010 (5399 days ago)
Assigned
Resolved 09/21/2010 (5399 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/21/2010 02:43:49 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
09/16/2010 07:20:42 AM rsalmon (at) mbpgroup (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ pref search_sources is json encoded
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
Reply to this comment
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.




Saved Queries