You are here

function mvf_install in Measured Value Field 6

Implementation of hook_install().

Notify content module when this module is installed.

File

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

Code

function mvf_install() {
  drupal_load('module', 'content');
  content_notify('install', 'mvf');
}