function hacked_uninstall in Hacked! 6.2
Same name and namespace in other branches
- 5 hacked.install \hacked_uninstall()
- 6 hacked.install \hacked_uninstall()
- 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');
}