function constant_contact_enable in Constant Contact 6.2
Same name and namespace in other branches
- 6.3 constant_contact.install \constant_contact_enable()
- 7.3 constant_contact.install \constant_contact_enable()
Implementation of hook_enable().
File
- ./
constant_contact.install, line 146
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.'));
}