You are here

function uc_recurring_order_settings_form_submit in UC Recurring Payments and Subscriptions 7.2

Same name and namespace in other branches
  1. 6.2 modules/uc_recurring_order/uc_recurring_order.module \uc_recurring_order_settings_form_submit()

@todo Please document this function.

See also

http://drupal.org/node/1354

File

modules/uc_recurring_order/uc_recurring_order.module, line 83
Provides a way to duplicate entire orders.

Code

function uc_recurring_order_settings_form_submit($form, &$form_state) {
  variable_set('uc_recurring_order_interval_options', $form_state['values']['intervals']);
  drupal_set_message(t('The recurring options have been saved.'));
}