You are here

delete_orphaned_terms.install in Delete Orphaned Terms 6

Same filename and directory in other branches
  1. 6.2 delete_orphaned_terms.install
  2. 7.2 delete_orphaned_terms.install

File

delete_orphaned_terms.install
View source
<?php

/**
 * @file 
 */

/**
 * Implementation of hook_install() 
 */
function delete_orphaned_terms_install() {
}

/**
 * Implementation of hook_uninstall() 
 */
function delete_orphaned_terms_uninstall() {
}

Functions