| 1 |
<?php |
<?php |
| 2 |
/* $Id: recaptcha_mailhide.module,v 1.1.2.7.2.3 2009/08/10 17:50:02 robloach Exp $ */ |
/* $Id: recaptcha_mailhide.module,v 1.1.2.7.2.4 2009/09/23 17:27:35 robloach Exp $ */ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 112 |
* Load the recaptcha library. |
* Load the recaptcha library. |
| 113 |
*/ |
*/ |
| 114 |
function _recaptcha_mailhide_load_library() { |
function _recaptcha_mailhide_load_library() { |
| 115 |
module_load_include('php', 'recaptcha', 'recaptcha/recapthcalib'); |
module_load_include('php', 'recaptcha', 'recaptcha/recaptchalib'); |
| 116 |
} |
} |