You are here

function content_multigroup_enable in Content Construction Kit (CCK) 6.3

Implementation of hook_enable().

Notify content module when this module is enabled.

File

modules/content_multigroup/content_multigroup.install, line 33
Module installation/uninstallation hooks.

Code

function content_multigroup_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'content_multigroup');
}