You are here

function captcha_test_captcha_captcha_validation in CAPTCHA 8

Validation callback.

1 string reference to 'captcha_test_captcha_captcha_validation'
captcha_test_captcha in modules/captcha_test/captcha_test.module
Implements hook_captcha().

File

modules/captcha_test/captcha_test.module, line 43
Contains hook implementations for the Captcha Test module.

Code

function captcha_test_captcha_captcha_validation() {
  return TRUE;
}