You are here

function cck_list_disable in CCK List 6

Implementation of hook_disable().

Notify content module when this module is disabled.

File

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

Code

function cck_list_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'cck_list');
}