function markup_view_uninstall in Markup 6
Implementation of hook_uninstall().
File
- contrib/
markup_view/ markup_view.install, line 14 - Implementation of hook_install().
Code
function markup_view_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'markup_view');
}