You are here

function imagefield_install in ImageField 6.3

Same name and namespace in other branches
  1. 5.2 imagefield.install \imagefield_install()
  2. 5 imagefield.install \imagefield_install()

Implementation of hook_install().

File

./imagefield.install, line 6

Code

function imagefield_install() {
  drupal_load('module', 'content');
  content_notify('install', 'imagefield');
}