You are here

taxonomy_orphanage.install in Taxonomy Orphanage 7

Installation, update, and uninstallation callbacks for taxonomy_orphanage.

File

taxonomy_orphanage.install
View source
<?php

/**
 * @file
 * Installation, update, and uninstallation callbacks for taxonomy_orphanage.
 */

/**
 * Implements hook_uninstall().
 */
function taxonomoy_orphanage_uninstall() {
  variable_del('taxonomy_orphanage_cron_roundup');
  variable_del('taxonomy_orphanage_cron_limit');
}

Functions