You are here

function barcodefield_disable in Barcode 6.2

Implementation of hook_disable().

Notify content module when this module is disabled.

File

./barcodefield.install, line 39
Install file for barcodefield module.

Code

function barcodefield_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'barcode');
}