You are here

function search_files_helper_autodetect_submit in Search Files 6.2

Same name and namespace in other branches
  1. 7.2 search_files.module \search_files_helper_autodetect_submit()

autodetect helper apps

File

./search_files.module, line 105
Used to index files in attachments and directories

Code

function search_files_helper_autodetect_submit($form, &$form_state) {

  // load sample helper apps into database
  search_files_install_auto_helper_app_configuration();
  drupal_goto('admin/settings/search_files/helpers/list');
}