You are here

function imceimage_uninstall in Imce CCK Image 6

Same name and namespace in other branches
  1. 6.2 imceimage.install \imceimage_uninstall()

Implementation of hook_uninstall().

File

./imceimage.install, line 14

Code

function imceimage_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'imceimage');
}