You are here

function emaudio_enable in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emaudio/emaudio.install \emaudio_enable()
  2. 6.2 contrib/emaudio/emaudio.install \emaudio_enable()

Implementation of hook_enable().

File

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

Code

function emaudio_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'emaudio');
}