You are here

function _recaptcha_mailhide_load_library in reCAPTCHA 6

Same name and namespace in other branches
  1. 8 recaptcha_mailhide/recaptcha_mailhide.module \_recaptcha_mailhide_load_library()
  2. 7 recaptcha_mailhide/recaptcha_mailhide.module \_recaptcha_mailhide_load_library()

Load the recaptcha library.

1 call to _recaptcha_mailhide_load_library()
recaptcha_mailhide_filter in recaptcha_mailhide/recaptcha_mailhide.module
Implements hook_filter().

File

recaptcha_mailhide/recaptcha_mailhide.module, line 127
Protects email addresses using the reCAPTCHA web service.

Code

function _recaptcha_mailhide_load_library() {
  module_load_include('php', 'recaptcha', 'recaptcha-php-1.11/recaptchalib');
}