function shoutbox_group_uninstall in Shoutbox 6.2
Same name and namespace in other branches
- 7.2 shoutbox_group/shoutbox_group.install \shoutbox_group_uninstall()
- 7 shoutbox_group/shoutbox_group.install \shoutbox_group_uninstall()
Implementation of hook_uninstall
File
- shoutbox_group/
shoutbox_group.install, line 40
Code
function shoutbox_group_uninstall() {
drupal_uninstall_schema('shoutbox_group');
}