thomascube
2011-07-17 03eb13f11cf7dd695be3aab95b4e39e510169a49
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);