function webform_captcha_install in Webform Captcha 7
Implements hook_install().
File
- ./
webform_captcha.install, line 11 - Webform Captcha module install hooks.
Code
function webform_captcha_install() {
//set defaults > 80% of sits want/expect
variable_set('webform_captcha_allow_user_config', 1);
}