You are here

function content_taxonomy_tree_enable in Content Taxonomy 6

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

Implementation of hook_enable().

Notify content module when this module is enabled.

File

./content_taxonomy_tree.install, line 25

Code

function content_taxonomy_tree_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'content_taxonomy_tree');
}