You are here

function mee_uninstall in Scald: Media Management made easy 6

Implementation of hook_uninstall().

File

mee/mee.install, line 17
Implementation of hook_install().

Code

function mee_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'mee');
  drupal_uninstall_schema('mee');
}