From aaffbeb04936c0e5d96b8cffa8fe4c14e942a633 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 27 Feb 2009 11:06:29 +0000 Subject: Prevent concurrent autocomplete query results display (#1485743) --- program/steps/mail/autocomplete.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail/autocomplete.inc') diff --git a/program/steps/mail/autocomplete.inc b/program/steps/mail/autocomplete.inc index c840e9cf9..26acc88c2 100644 --- a/program/steps/mail/autocomplete.inc +++ b/program/steps/mail/autocomplete.inc @@ -44,7 +44,7 @@ if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_POST)) { sort($contacts); } -$OUTPUT->command('ksearch_query_results', $contacts); +$OUTPUT->command('ksearch_query_results', $contacts, $search); $OUTPUT->send(); ?> \ No newline at end of file -- cgit v1.2.3