You are here

function oembedfield_uninstall in oEmbed 6.0

Implementation of hook_uninstall().

File

./oembedfield.install, line 19
Install file for OEmbed Field

Code

function oembedfield_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'oembedfield');
}