You are here

function botcha_install in BOTCHA Spam Prevention 7.4

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

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

File

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

Code

function botcha_install() {
  module_enable(array(
    'botcha_base',
  ), FALSE);
}