You are here

function constant_contact_settings_submit in Constant Contact 6.2

Same name and namespace in other branches
  1. 6.3 admin.system.inc \constant_contact_settings_submit()
  2. 7.3 admin.system.inc \constant_contact_settings_submit()

Submit handler for the module settings page

File

./system.admin.inc, line 224

Code

function constant_contact_settings_submit($form, &$form_state) {
  cache_clear_all('variables', 'cache');
  drupal_set_message(t('Constant Contact module settings have been saved'));
}