function mvf_disable in Measured Value Field 6
Implementation of hook_disable().
Notify content module when this module is disabled.
File
- ./
mvf.install, line 76 - Module installation/uninstallation hooks.
Code
function mvf_disable() {
drupal_load('module', 'content');
content_notify('disable', 'mvf');
}