You are here

function signature_forum_disable in Signatures for Forums 7

Implementation of hook_disable().

File

./signature_forum.install, line 66
Installs, updates and uninstalls signature_forum module.

Code

function signature_forum_disable() {
  drupal_set_message(t('Signatures for Forums has been disabled. Signatures for Forums enabled longer signatures than the Drupal default. <strong>Caution! If you choose to uninstall Signatures for Forums all signatures will be truncated to the default length of 255 characters.</strong>'), 'warning');
}