6.0.0-RC7
6/22/26

[#9087] Error in prefs files
Summary Error in prefs files
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 6/9/10 (5857 days ago)
Due
Updated 6/9/10 (5857 days ago)
Assigned
Resolved 6/9/10 (5857 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
153 Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
399 rsalmon (at) mbpgroup (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Error in prefs files
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
// Address book(s) to use when expanding addresses
// Refer to turba/config/sources.php for possible source values
//
// You can provide default values this way:
//   'value' => json_encode('source_one', 'source_two')

It should be
//   'value' => json_encode(array('source_one', 'source_two'))


Same error with :
- turba : $_prefs['addressbooks']
- kronolith : $_prefs['search_sources']
- whups : $_prefs['search_sources']

Saved Queries