You are here

function shoutbox_user_uninstall in Shoutbox 6.2

Implementation of hook_uninstall

File

shoutbox_user/shoutbox_user.install, line 39

Code

function shoutbox_user_uninstall() {
  drupal_uninstall_schema('shoutbox_user');
}