You are here

function markup_enable in Markup 6

Implements hook_enable().

Notify content module when this module is enabled.

File

./markup.install, line 29
Install, update and uninstall functions for Markup module.

Code

function markup_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'markup');
}