You are here

function cck_list_install in CCK List 6

@file Implementation of hook_install().

File

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

Code

function cck_list_install() {
  drupal_load('module', 'content');
  content_notify('install', 'cck_list');
}