You are here

function imceimage_enable in Imce CCK Image 6

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

Implementation of hook_enable().

File

./imceimage.install, line 22

Code

function imceimage_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'imceimage');
}