summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-10-07 08:33:24 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-10-07 08:33:24 +0000
commit291f893df68c3fbf5388c71dcc08bf973480e235 (patch)
tree15dc56ffc02dba999e68c1f5706da47defc82764 /roundcubemail/program/steps
parent8f3b78427bbc2d4b8e02931428f8fbe75a2a082b (diff)
- Make sure LDAP name fields aren't arrays (#1488108)
git-svn-id: https://svn.roundcube.net/trunk@5318 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/search.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/search.inc b/roundcubemail/program/steps/mail/search.inc
index d34454ff1..2e7fd130c 100644
--- a/roundcubemail/program/steps/mail/search.inc
+++ b/roundcubemail/program/steps/mail/search.inc
@@ -78,7 +78,7 @@ else if(trim($str))
case 'text': $subject['text'] = 'TEXT'; break;
default: $subject[$header] = 'HEADER '.strtoupper($header);
}
-
+
// save search modifiers for the current folder to user prefs
$search_mods = $RCMAIL->config->get('search_mods', $SEARCH_MODS_DEFAULT);
$search_mods[$mbox] = array_fill_keys(array_keys($subject), 1);