You are here

function nodeaccess_grants_form_submit in Nodeaccess 6

Same name and namespace in other branches
  1. 5 nodeaccess.module \nodeaccess_grants_form_submit()
  2. 6.2 nodeaccess.module \nodeaccess_grants_form_submit()
  3. 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.'));
}