From a5f0df428800cbfaca8301aeff7a7c8e9922ef38 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 6 Apr 2009 19:03:30 +0200 Subject: [PATCH] The double quotes are on purpose, because they are required for inserting control char delimiters. --- imp/config/prefs.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 877158513..69d25e397 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -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'); -- 2.11.0