You are here

function money_enable in Money field 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

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

Code

function money_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'money');
}