You are here

function barcode_uninstall in Barcode 6

Same name and namespace in other branches
  1. 6.2 barcode.install \barcode_uninstall()
  2. 7.2 barcode.install \barcode_uninstall()

Implementation of hook_uninstall().

File

./barcode.install, line 15
Implementation of hook_install().

Code

function barcode_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'barcode');
}