You are here

function cck_table_install in CCK Table Field 6

@file Implementation of hook_install().

File

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

Code

function cck_table_install() {
  drupal_load('module', 'content');
  content_notify('install', 'cck_table');
}