You are here

function money_disable in Money field 6

Implementation of hook_disable().

Notify content module when this module is disabled.

File

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

Code

function money_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'money');
}