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

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

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

revision 1.13.2.4.2.11.2.11, Mon Aug 10 18:16:17 2009 UTC revision 1.13.2.4.2.11.2.12, Wed Sep 23 17:27:35 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: recaptcha.module,v 1.13.2.4.2.11.2.10 2009/08/10 17:50:02 robloach Exp $ */  /* $Id: recaptcha.module,v 1.13.2.4.2.11.2.11 2009/08/10 18:16:17 robloach Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 7  Line 7 
7   */   */
8    
9  /**  /**
10   * Display help and module information.   * Implementation of hook_help().
  *  
  * @param $path  
  *   The path of the section of the site we're displaying help for.  
  * @return  
  *   Help text for section.  
11   */   */
12  function recaptcha_help($path, $arg) {  function recaptcha_help($path, $arg) {
13    $output = '';    $output = '';
# Line 195  EOT; Line 190  EOT;
190   * Load the recaptcha library.   * Load the recaptcha library.
191   */   */
192  function _recaptcha_load_library() {  function _recaptcha_load_library() {
193    module_load_include('inc', 'recaptcha');    module_load_include('php', 'recaptcha', 'recaptcha/recaptchalib');
   if (@!include_once(drupal_get_path('module', 'recaptcha') . '/recaptcha/recaptchalib.php')) {  
     _recaptcha_library_not_found();  
   }  
194  }  }

Legend:
Removed from v.1.13.2.4.2.11.2.11  
changed lines
  Added in v.1.13.2.4.2.11.2.12

  ViewVC Help
Powered by ViewVC 1.1.2