You are here

function taxonomy_title_uninstall in Taxonomy Title 7

Same name and namespace in other branches
  1. 5 taxonomy_title.install \taxonomy_title_uninstall()
  2. 6 taxonomy_title.install \taxonomy_title_uninstall()

Implementation of hook_uninstall().

File

./taxonomy_title.install, line 10
Database set up and clean-up for the taxonomy title module.

Code

function taxonomy_title_uninstall() {

  // Remove additional variables.
  variable_del('taxonomy_title_headings');
  variable_del('taxonomy_title_page_titles');
}