You are here

function constant_contact_setup_submit in Constant Contact 6.3

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

Submit handler for the module setup page

File

./admin.system.inc, line 328

Code

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