function botcha_uninstall in BOTCHA Spam Prevention 6.4
Same name and namespace in other branches
- 6 botcha.install \botcha_uninstall()
- 6.2 botcha.install \botcha_uninstall()
- 6.3 botcha.install \botcha_uninstall()
- 7.4 botcha.install \botcha_uninstall()
- 7 botcha.install \botcha_uninstall()
- 7.2 botcha.install \botcha_uninstall()
- 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');
}