You are here

function ip_ban_uninstall in IP Ban 8

Same name and namespace in other branches
  1. 7 ip_ban.install \ip_ban_uninstall()

Implements hook_uninstall().

Todo: remove this as it doesn't appear to be needed anymore.

File

./ip_ban.install, line 13
Uninstall functions for the ip_ban module.

Code

function ip_ban_uninstall() {
}