function vud_uninstall in Vote Up/Down 7
Same name and namespace in other branches
- 6.3 vud.install \vud_uninstall()
- 6.2 vud.install \vud_uninstall()
- 7.2 vud.install \vud_uninstall()
Implementation of hook_uninstall().
File
- ./
vud.install, line 11 - Install, update and uninstall functions for the Vote Up/Down core module.
Code
function vud_uninstall() {
variable_del('vud_tag');
variable_del('vud_reset_vote');
}