function shib_auth_admin_groups_submit in Shibboleth Authentication 6.3
Admin users group membership submit
Parameters
$form data of the form:
&$form_state contains all of the data of the form:
File
- ./
shib_auth.module, line 817 - This is a Shibboleth authentication module.
Code
function shib_auth_admin_groups_submit($form, &$form_state) {
variable_set('shib_auth_affilate_attrib', $form_state['values']['shib_auth_affilate_attrib']);
drupal_set_message(t('Your changes are saved.'));
}