You are here

taxonomy_dupecheck.install in Taxonomy dupecheck 6

Same filename and directory in other branches
  1. 7 taxonomy_dupecheck.install

Install, update and uninstall functions for the Taxonomy Dupecheck module.

File

taxonomy_dupecheck.install
View source
<?php

// $Id$

/**
 * @file
 * Install, update and uninstall functions for the Taxonomy Dupecheck module.
 */

/**
 * Implements hook_uninstall().
 */
function taxonomy_dupecheck_uninstall() {
  variable_del('taxonomy_dupecheck_types');
  variable_del('taxonomy_dupecheck_case_sensitive');
}

Functions