You are here

function content_taxonomy_tree_uninstall in Content Taxonomy 6

Same name and namespace in other branches
  1. 6.2 content_taxonomy_tree.install \content_taxonomy_tree_uninstall()

Implementation of hook_uninstall().

File

./content_taxonomy_tree.install, line 15

Code

function content_taxonomy_tree_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'content_taxonomy_tree');
}