You are here

function regcode_uninstall in Registration codes 7

Same name and namespace in other branches
  1. 5.3 regcode.install \regcode_uninstall()
  2. 5 regcode.install \regcode_uninstall()
  3. 6.2 regcode.install \regcode_uninstall()
  4. 6 regcode.install \regcode_uninstall()
  5. 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));
}