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