function cck_table_disable in CCK Table Field 6
Implementation of hook_disable().
Notify content module when this module is disabled.
File
- ./
cck_table.install, line 40 - Implementation of hook_install().
Code
function cck_table_disable() {
drupal_load('module', 'content');
content_notify('disable', 'cck_table');
}