You are here

function emimage_enable in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 contrib/emimage/emimage.install \emimage_enable()
  2. 6 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');
}