You are here

helper.install in Helper 7

Install, update and uninstall functions for the Telephone module.

File

helper.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Telephone module.
 */

/**
 * Implements hook_uninstall().
 */
function helper_uninstall() {
  variable_del('helper_tweaks');
  variable_del('helper_honeybot_block_anonymous_ip_threshold');
}

/**
 * Empty update function to trigger a registry rebuild.
 */
function helper_update_7000() {

  // Do nothing.
}

Functions

Namesort descending Description
helper_uninstall Implements hook_uninstall().
helper_update_7000 Empty update function to trigger a registry rebuild.