You are here

function shib_auth_clone_rule_submit in Shibboleth Authentication 5.3

Submit the cloned rule based on new rule add submit

File

./shib_auth_admin.inc, line 81
Generate the administration form of the Shibboleth authentication module

Code

function shib_auth_clone_rule_submit($form_id, $form_values) {
  shib_auth_new_rule_form_submit($form_id, $form_values);
}