function patterns_first_install_submit in Patterns 7.2
Same name and namespace in other branches
- 7 includes/forms/first_install.inc \patterns_first_install_submit()
File
- includes/
forms/ first_install.inc, line 102 - Displays a form of necessary input configuration to the user.
Code
function patterns_first_install_submit($form, &$form_state) {
variable_set(PATTERNS_FIRST_INSTALL, FALSE);
menu_rebuild();
}