You are here

function cck_table_uninstall in CCK Table Field 6

Implementation of hook_uninstall().

File

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

Code

function cck_table_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'cck_table');
}