You are here

function emimage_disable in Embedded Media Field 6.3

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

File

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

Code

function emimage_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'emimage');
}