You are here

function money_install in Money field 6

Implementation of hook_install().

Notify content module when this module is installed.

File

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

Code

function money_install() {
  drupal_load('module', 'content');
  content_notify('install', 'money');
}