Changeset 2781 in subversion
- Timestamp:
- Jul 22, 2009 2:52:58 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/autocomplete.inc
r2479 r2781 24 24 $book_types = (array) $RCMAIL->config->get('autocomplete_addressbooks', 'sql'); 25 25 26 if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_POST )) {26 if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_POST, true)) { 27 27 28 28 foreach ($book_types as $id) {
Note: See TracChangeset
for help on using the changeset viewer.
