You are here

function book_helper_admin_settings_submit in Book helper 6

Same name and namespace in other branches
  1. 7 book_helper.admin.inc \book_helper_admin_settings_submit()

Submit handler; For book admin settings.

1 string reference to 'book_helper_admin_settings_submit'
_book_helper_form_book_admin_settings_alter in ./book_helper.admin.inc
Implementation of hook_form_alter().

File

./book_helper.admin.inc, line 87
Administration page for the 'Book helper' module.

Code

function book_helper_admin_settings_submit($form, &$form_state) {
  menu_rebuild();
}