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 | 06/09/2010 (5527 days ago) |
Due | |
Updated | 06/09/2010 (5527 days ago) |
Assigned | |
Resolved | 06/09/2010 (5527 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
Bug #9087: Fix prefs documentationhttp://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=5504e4168d051107a90b357195977e5cf1bb865a&r2=e0b94d1c9d08ff8a0d94ba0aa507b33c3858244a
http://git.horde.org/diff.php/kronolith/config/prefs.php.dist?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=e0b94d1c9d08ff8a0d94ba0aa507b33c3858244a
http://git.horde.org/diff.php/turba/config/prefs.php.dist?rt=horde-git&r1=2b3abe74f295dcedc13498a2c86131c493977d4b&r2=e0b94d1c9d08ff8a0d94ba0aa507b33c3858244a
http://git.horde.org/diff.php/whups/config/prefs.php.dist?rt=horde-git&r1=686d5ca6ac47356af4ec4620486adff71baecdce&r2=e0b94d1c9d08ff8a0d94ba0aa507b33c3858244a
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Error in prefs files
Type ⇒ Bug
State ⇒ Unconfirmed
// 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']