function emimage_install in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emimage/emimage.install \emimage_install()
- 6.2 contrib/emimage/emimage.install \emimage_install()
Implementation of hook_install().
File
- contrib/
emimage/ emimage.install, line 11 - This is the emimage.module's install, configuration, and removal instructions.
Code
function emimage_install() {
drupal_load('module', 'content');
content_notify('install', 'emimage');
// Fix up our mess from image_ncck, if necessary.
return _emimage_upgrade_from_image_ncck();
}