function imagefield_install in ImageField 6.3
Same name and namespace in other branches
- 5.2 imagefield.install \imagefield_install()
- 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');
}