function notifications_custom_uninstall in Notifications 6
Same name and namespace in other branches
- 6.4 notifications_custom/notifications_custom.install \notifications_custom_uninstall()
Implementation of hook_uninstall().
File
- notifications_custom/
notifications_custom.install, line 14
Code
function notifications_custom_uninstall() {
// Remove tables
drupal_uninstall_schema('notifications_custom');
}