You are here

function botcha_enable in BOTCHA Spam Prevention 7.3

Same name and namespace in other branches
  1. 6.4 botcha.install \botcha_enable()
  2. 6.3 botcha.install \botcha_enable()

Implements hook_enable().

File

./botcha.install, line 237

Code

function botcha_enable() {

  // It is necessary to turn on the OOP-magic of moopapi.
  botcha_boot();
  moopapi_init();
}