function emvideo_enable in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.install \emvideo_enable()
- 6.2 contrib/emvideo/emvideo.install \emvideo_enable()
Implementation of hook_enable().
File
- contrib/
emvideo/ emvideo.install, line 31 - Installation, configuration, and removal of the emvideo module.
Code
function emvideo_enable() {
drupal_load('module', 'content');
content_notify('enable', 'emvideo');
}