function lineage_uninstall in Taxonomy Lineage 6
Same name and namespace in other branches
- 5 lineage.install \lineage_uninstall()
Implementation of hook_uninstall().
File
- ./
lineage.install, line 38 - Install, update, and uninstall functions for the Taxonomy Lineage module.
Code
function lineage_uninstall() {
drupal_uninstall_schema('lineage');
}