You are here

function content_taxonomy_options_enable in Content Taxonomy 6

Same name and namespace in other branches
  1. 6.2 content_taxonomy_options.install \content_taxonomy_options_enable()

Implementation of hook_enable().

Notify content module when this module is enabled.

File

./content_taxonomy_options.install, line 24

Code

function content_taxonomy_options_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'content_taxonomy_options');
}