function spoiler_uninstall in Spoiler 5
Same name and namespace in other branches
- 6 spoiler.install \spoiler_uninstall()
- 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.'));
}