You are here

function imceimage_install in Imce CCK Image 6.2

Same name and namespace in other branches
  1. 6 imceimage.install \imceimage_install()

Implements hook_install().

File

./imceimage.install, line 6

Code

function imceimage_install() {
  drupal_load('module', 'content');
  content_notify('install', 'imceimage');
}