Closed (fixed)
Project:
reCAPTCHA
Version:
5.x-2.2
Component:
General
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
24 Aug 2007 at 16:48 UTC
Updated:
10 Sep 2007 at 22:41 UTC
Fix reCAPTCHA to get 100% with the Coder module review.
...
$output .= '<p>' .
'</p><h3>' .
'</h3><p>' .
function recaptcha_admin_settings_validate ($form_id, $form_values) {
switch($op) {
if($captcha_type == "reCAPTCHA") {
global $jsadded;
drupal_add_css(drupal_get_path('module', 'recaptcha') . '/recaptcha.css');
$result['form']['captcha_challenge'] = array (
} else {
Comments
Comment #1
kthagen commentedCleanup complete for 4.7
Comment #2
robloachI'll hack at it for the 5.x branch once the rest of the issues are cleared up.
Comment #3
robloachThere we go...
Comment #4
(not verified) commented