You are here

jammer.install in Jammer 5

Same filename and directory in other branches
  1. 6 jammer.install
  2. 7 jammer.install

File

jammer.install
View source
<?php

/**
 * Implementation of hook_uninstall().
 */
function jammer_uninstall() {
  variable_del('jammer_revision_log_textarea_unset_node_types');
  variable_del('jammer_preview_button_unset_node_types');
  variable_del('jammer_submit_button_unset_node_types');
  variable_del('jammer_delete_button_unset_node_types');
}

Functions

Namesort descending Description
jammer_uninstall Implementation of hook_uninstall().