You are here

addanother.install in Add Another 5

Uninstall routine for AddAnother module.

File

addanother.install
View source
<?php

/**
 * @file
 * Uninstall  routine for AddAnother module.
 */

/**
 * Implementation of hook_uninstall().
 */
function addanother_uninstall() {
  variable_del('addanother_nodetypes');
}

Functions

Namesort descending Description
addanother_uninstall Implementation of hook_uninstall().