Changeset 2781 in subversion


Ignore:
Timestamp:
Jul 22, 2009 2:52:58 AM (4 years ago)
Author:
alec
Message:
  • Fix autocomplete bugs when erasing the comma (#1485990)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/autocomplete.inc

    r2479 r2781  
    2424$book_types = (array) $RCMAIL->config->get('autocomplete_addressbooks', 'sql'); 
    2525 
    26 if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_POST)) { 
     26if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_POST, true)) { 
    2727 
    2828  foreach ($book_types as $id) { 
Note: See TracChangeset for help on using the changeset viewer.