function markup_view_disable in Markup 6
Implementation of hook_disable().
Notify content module when this module is disabled.
File
- contrib/
markup_view/ markup_view.install, line 34 - Implementation of hook_install().
Code
function markup_view_disable() {
drupal_load('module', 'content');
content_notify('disable', 'markup_view');
}