You are here

function commerce_license_settings_form_submit in Commerce License 7

Submit callback of the license settings form.

1 string reference to 'commerce_license_settings_form_submit'
commerce_license_settings_form in includes/commerce_license.admin.inc
Settings form callback.

File

includes/commerce_license.admin.inc, line 88
Contains admin menu callbacks for the Commerce License module.

Code

function commerce_license_settings_form_submit($form, &$form_state) {

  // This will create the required fields on any newly selected types,
  // and remove them from any newly deselected types.
  drupal_flush_all_caches();
}