// Refer to turba/config/sources.php for possible source values
//
// You can provide default values this way:
-// 'value' => json_encode('source_one', 'source_two')
+// 'value' => json_encode(array('source_one', 'source_two'))
$_prefs['search_sources'] = array(
'value' => ''
);
// Refer to turba/config/sources.php for possible source values
//
// You can provide default values this way:
-// 'value' => json_encode('source_one', 'source_two')
+// 'value' => json_encode(array('source_one', 'source_two'))
$_prefs['search_sources'] = array(
'value' => ''
);
// and in the Browse menu item. The address book name is stored using
// the source key from sources.php (e.g. "localsql").
// You can provide default values this way:
-// 'value' => json_encode('source_one', 'source_two')
+// 'value' => json_encode(array('source_one', 'source_two'))
// If 'value' is empty (''), all address books that the user has permissions
// to will be listed.
$_prefs['addressbooks'] = array(
// Refer to turba/config/sources.php for possible source values
//
// You can provide default values this way:
-// 'value' => json_encode('source_one', 'source_two')
+// 'value' => json_encode(array('source_one', 'source_two'))
$_prefs['search_sources'] = array(
'value' => ''