You are here

function formatted_number_disable in Formatted Number 6

Implementation of hook_disable().

Notify content module when this module is disabled.

File

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

Code

function formatted_number_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'formatted_number');
}