You are here

function shoutbox_group_uninstall in Shoutbox 7

Same name and namespace in other branches
  1. 6.2 shoutbox_group/shoutbox_group.install \shoutbox_group_uninstall()
  2. 7.2 shoutbox_group/shoutbox_group.install \shoutbox_group_uninstall()

Implementation of hook_install / function shoutbox_group_install() { drupal_install_schema('shoutbox_group'); }

Implementation of hook_uninstall

File

shoutbox_group/shoutbox_group.install, line 38

Code

function shoutbox_group_uninstall() {
  drupal_uninstall_schema('shoutbox_group');
}