The double quotes are on purpose, because they are required for inserting
authorJan Schneider <jan@horde.org>
Mon, 6 Apr 2009 17:03:30 +0000 (19:03 +0200)
committerJan Schneider <jan@horde.org>
Mon, 6 Apr 2009 17:03:30 +0000 (19:03 +0200)
control char delimiters.

imp/config/prefs.php.dist

index 8771585..69d25e3 100644 (file)
@@ -1521,7 +1521,7 @@ $_prefs['sourceselect'] = array('type' => 'special');
 // 'value' => "source_one\tsource_two"
 // refer to turba/config/sources.php for possible source values
 $_prefs['search_sources'] = array(
-    'value' => '',
+    'value' => "",
     'locked' => false,
     'shared' => false,
     'type' => 'implicit');
@@ -1534,7 +1534,7 @@ $_prefs['search_sources'] = array(
 // 'field_three' in source_two.
 // refer to turba/config/sources.php for possible source and field values
 $_prefs['search_fields'] = array(
-    'value' => '',
+    'value' => "",
     'locked' => false,
     'shared' => false,
     'type' => 'implicit');