function patch_manager_disable in Patch manager 6
Implementation of hook_disable().
File
- ./
patch_manager.install, line 46
Code
function patch_manager_disable() {
drupal_load('module', 'content');
content_notify('disable', 'patch_manager');
}