You are here

function emwave_enable in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emwave/emwave.install \emwave_enable()
  2. 6.2 contrib/emwave/emwave.install \emwave_enable()

Implementation of hook_enable().

File

contrib/emwave/emwave.install, line 27
This is the emwave.module's install, configuration, and removal instructions.

Code

function emwave_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'emwave');
}