You are here

function cck_table_enable in CCK Table Field 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

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

Code

function cck_table_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'cck_table');
}