function imceimage_install in Imce CCK Image 6
Same name and namespace in other branches
- 6.2 imceimage.install \imceimage_install()
Implementation of hook_install().
File
- ./
imceimage.install, line 6
Code
function imceimage_install() {
drupal_load('module', 'content');
content_notify('install', 'imceimage');
}