You are here

function calendar_setup_form_submit in Calendar 5.2

Same name and namespace in other branches
  1. 5 calendar.module \calendar_setup_form_submit()

Save Setup values.

File

./calendar.module, line 874
Adds calendar filtering and displays to Views.

Code

function calendar_setup_form_submit($form_id, $form_values) {
  require_once './' . drupal_get_path('module', 'calendar') . '/calendar_admin.inc';
  return _calendar_setup_form_submit($form_id, $form_values);
}