From 291f893df68c3fbf5388c71dcc08bf973480e235 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 7 Oct 2011 08:33:24 +0000 Subject: - Make sure LDAP name fields aren't arrays (#1488108) git-svn-id: https://svn.roundcube.net/trunk@5318 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/search.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') 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); -- cgit v1.2.3