From 03eb13f11cf7dd695be3aab95b4e39e510169a49 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 17 Jul 2011 15:01:28 -0400 Subject: [PATCH] Small improvements and codestyle --- program/steps/mail/autocomplete.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/autocomplete.inc b/program/steps/mail/autocomplete.inc index fbb61a4..395c0e1 100644 --- a/program/steps/mail/autocomplete.inc +++ b/program/steps/mail/autocomplete.inc @@ -37,7 +37,7 @@ $OUTPUT->command('replace_group_recipients', $gid, join(', ', $members)); } } -else if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_GPC, true)) { +else if ($book_types && ($search = get_input_value('_search', RCUBE_INPUT_GPC, true))) { $contacts = array(); $books_num = count($book_types); -- Gitblit v1.9.1