You are here

function termstatus_uninstall in Taxonomy Term Status 7

Implements hook_uninstall().

File

./termstatus.install, line 23
Install, update and uninstall functions for the termstatus module.

Code

function termstatus_uninstall() {
  variable_del('termstatus_enable');
}