You are here

function emaudio_disable in Embedded Media Field 6.3

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

Implementation of hook_disable().

File

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

Code

function emaudio_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'emaudio');
}