You are here

function mvf_enable in Measured Value Field 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

./mvf.install, line 66
Module installation/uninstallation hooks.

Code

function mvf_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'mvf');
}