You are here

function patch_manager_enable in Patch manager 6

Implementation of hook_enable().

File

./patch_manager.install, line 38

Code

function patch_manager_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'patch_manager');
}