You are here

function hacked_uninstall in Hacked! 6.2

Same name and namespace in other branches
  1. 5 hacked.install \hacked_uninstall()
  2. 6 hacked.install \hacked_uninstall()
  3. 7.2 hacked.install \hacked_uninstall()

Implementation of hook_uninstall().

File

./hacked.install, line 17
Install functions for the Hacked! module.

Code

function hacked_uninstall() {
  drupal_uninstall_schema('hacked');
}