function barcode_disable in Barcode 6
Implementation of hook_disable().
Notify content module when this module is disabled.
File
- ./
barcode.install, line 35 - Implementation of hook_install().
Code
function barcode_disable() {
drupal_load('module', 'content');
content_notify('disable', 'barcode');
}