function nodeaccess_grants_form_submit in Nodeaccess 6
Same name and namespace in other branches
- 5 nodeaccess.module \nodeaccess_grants_form_submit()
- 6.2 nodeaccess.module \nodeaccess_grants_form_submit()
- 7 nodeaccess.module \nodeaccess_grants_form_submit()
Submit function for nodeaccess_grants_form.
File
- ./
nodeaccess.module, line 510
Code
function nodeaccess_grants_form_submit($form, &$form_state) {
_nodeaccess_grants_form_submit($form, $form_state);
drupal_set_message(t('Grants saved.'));
}