You are here

function spoiler_uninstall in Spoiler 5

Same name and namespace in other branches
  1. 6 spoiler.install \spoiler_uninstall()
  2. 7 spoiler.install \spoiler_uninstall()

Implementation of hook_uninstall().

File

./spoiler.install, line 15

Code

function spoiler_uninstall() {
  drupal_set_message(t('Spoiler module: Uninstallation script complete.'));
}