You are here

function oembedcore_uninstall in oEmbed 6.0

Implementation of hook_uninstall().

File

./oembedcore.install, line 18
Install file for the oembed core

Code

function oembedcore_uninstall() {
  drupal_uninstall_schema('oembedcore');
}