/[drupal]/contributions/modules/recaptcha/recaptcha_mailhide.module
ViewVC logotype

Diff of /contributions/modules/recaptcha/recaptcha_mailhide.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.7.2.4, Wed Sep 23 17:27:35 2009 UTC revision 1.1.2.7.2.5, Tue Sep 29 02:51:30 2009 UTC
# Line 1  Line 1 
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
# Line 112  function _recaptcha_replace($match) { Line 112  function _recaptcha_replace($match) {
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  }  }

Legend:
Removed from v.1.1.2.7.2.4  
changed lines
  Added in v.1.1.2.7.2.5

  ViewVC Help
Powered by ViewVC 1.1.2