You are here

function shouts_uninstall in Heartbeat 6.4

Same name and namespace in other branches
  1. 6.3 modules/shouts/shouts.install \shouts_uninstall()

Implementation of hook_uninstall().

File

modules/shouts/shouts.install, line 19
shouts.install Installation file for shouts module

Code

function shouts_uninstall() {
  drupal_uninstall_schema('shouts');
}