From: Jan Schneider Date: Mon, 6 Apr 2009 17:03:30 +0000 (+0200) Subject: The double quotes are on purpose, because they are required for inserting X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a5f0df428800cbfaca8301aeff7a7c8e9922ef38;p=horde.git The double quotes are on purpose, because they are required for inserting control char delimiters. --- 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');