function regcode_uninstall in Registration codes 7
Same name and namespace in other branches
- 5.3 regcode.install \regcode_uninstall()
- 5 regcode.install \regcode_uninstall()
- 6.2 regcode.install \regcode_uninstall()
- 6 regcode.install \regcode_uninstall()
- 7.2 regcode.install \regcode_uninstall()
Implements hook_uninstall().
File
- ./
regcode.install, line 11 - Install, uninstall and scheme functions for the regcode module.
Code
function regcode_uninstall() {
taxonomy_vocabulary_delete(variable_get('regcode_vocabulary', FALSE));
}