You are here

function constant_contact_enable in Constant Contact 7.3

Same name and namespace in other branches
  1. 6.3 constant_contact.install \constant_contact_enable()
  2. 6.2 constant_contact.install \constant_contact_enable()

Implements hook_enable().

File

./constant_contact.install, line 136

Code

function constant_contact_enable() {
  drupal_set_message(t('The Constant Contact module has been enabled, please visit the settings page to configure your account details.'));
}