You are here

webform_captcha.install in Webform Captcha 7

Webform Captcha module install hooks.

File

webform_captcha.install
View source
<?php

/**
 * @file
 *   Webform Captcha module install hooks.
 */

/**
 * Implements hook_install().
 */
function webform_captcha_install() {

  //set defaults > 80% of sits want/expect
  variable_set('webform_captcha_allow_user_config', 1);
}

Functions

Namesort descending Description
webform_captcha_install Implements hook_install().