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');
}
Implementation of hook_uninstall
function shoutbox_user_uninstall() {
drupal_uninstall_schema('shoutbox_user');
}