You are here

function cck_list_enable in CCK List 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

./cck_list.install, line 30
Implementation of hook_install().

Code

function cck_list_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'cck_list');
}