You are here

function formatted_number_enable in Formatted Number 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

./formatted_number.install, line 60
Module installation/uninstallation hooks.

Code

function formatted_number_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'formatted_number');
}