You are here

function botcha_uninstall in BOTCHA Spam Prevention 6.4

Same name and namespace in other branches
  1. 6 botcha.install \botcha_uninstall()
  2. 6.2 botcha.install \botcha_uninstall()
  3. 6.3 botcha.install \botcha_uninstall()
  4. 7.4 botcha.install \botcha_uninstall()
  5. 7 botcha.install \botcha_uninstall()
  6. 7.2 botcha.install \botcha_uninstall()
  7. 7.3 botcha.install \botcha_uninstall()

@file Install, update and uninstall functions for the BOTCHA module.

File

./botcha.install, line 8
Install, update and uninstall functions for the BOTCHA module.

Code

function botcha_uninstall() {
  drupal_uninstall_module('botcha_base');
}