function spoiler_uninstall in Spoiler 7
Same name and namespace in other branches
- 5 spoiler.install \spoiler_uninstall()
- 6 spoiler.install \spoiler_uninstall()
Implements hook_uninstall().
File
- ./
spoiler.install, line 21 - Installation and uninstallation scripts for the spoiler module.
Code
function spoiler_uninstall() {
$t = get_t();
drupal_set_message($t('Spoiler module: Uninstallation script complete.'));
}