function imceimage_uninstall in Imce CCK Image 6.2
Same name and namespace in other branches
- 6 imceimage.install \imceimage_uninstall()
Implements hook_uninstall().
File
- ./
imceimage.install, line 14
Code
function imceimage_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'imceimage');
}