You are here

function imagefield_uninstall in ImageField 6.3

File

./imagefield.install, line 11

Code

function imagefield_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'imagefield');
}