You are here

ip_ban.install in IP Ban 8

Same filename and directory in other branches
  1. 7 ip_ban.install

Uninstall functions for the ip_ban module.

File

ip_ban.install
View source
<?php

/**
 * @file
 * Uninstall functions for the ip_ban module.
 */

/**
 * Implements hook_uninstall().
 *
 * Todo: remove this as it doesn't appear to be needed anymore.
 */
function ip_ban_uninstall() {
}

Functions

Namesort descending Description
ip_ban_uninstall Implements hook_uninstall().