You are here

function uc_recurring_subscription_action_revoke_role_form in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 modules/uc_recurring_subscription/uc_recurring_subscription.ca.inc \uc_recurring_subscription_action_revoke_role_form()

The revoke form is the same as the grant role form.

File

modules/uc_recurring_subscription/uc_recurring_subscription.ca.inc, line 396

Code

function uc_recurring_subscription_action_revoke_role_form($form_state, $settings = array()) {
  return uc_recurring_subscription_action_grant_role_form($form_state, $settings);
}