You are here

function autotag_uninstall in Taxonomy Autotagger 6

Implementation of hook_uninstall

File

./autotag.install, line 27

Code

function autotag_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('autotag');
}