You are here

function cck_range_uninstall in Range 6

Implementation of hook_uninstall().

File

./range.install, line 15

Code

function cck_range_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'range');
}