You are here

function advanced_help_search_form_validate in Advanced Help 5

Process a search form validation. Only required for 5.x because 'processed_keys' was not being populated.

File

./advanced_help.module, line 279
advanced_help.module

Code

function advanced_help_search_form_validate($form_id, $form_values, $form) {
  search_form_validate($form_id, $form_values, $form);
}