You are here

function constant_contact_disable in Constant Contact 7.3

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

Implements hook_disable().

File

./constant_contact.install, line 129

Code

function constant_contact_disable() {
  drupal_set_message(t('The Constant Contact module has been disabled.'));
}