function emimage_enable in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emimage/emimage.install \emimage_enable()
- 6.2 contrib/emimage/emimage.install \emimage_enable()
Implementation of hook_enable().
File
- contrib/
emimage/ emimage.install, line 30 - This is the emimage.module's install, configuration, and removal instructions.
Code
function emimage_enable() {
drupal_load('module', 'content');
content_notify('enable', 'emimage');
}