Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php |
— | — | @@ -171,7 +171,7 @@ |
172 | 172 | $response = curl_exec( $ch ); |
173 | 173 | PayflowProGateway::log( "Finished communicating with reCaptcha." ); |
174 | 174 | if ( $response ) { |
175 | | - PayflowProGateway::log( 'Response from reCaptcha: ' . $response ) |
| 175 | + PayflowProGateway::log( 'Response from reCaptcha: ' . $response ); |
176 | 176 | break; |
177 | 177 | } |
178 | 178 | } |
— | — | @@ -371,4 +371,4 @@ |
372 | 372 | return htmlentities( $emailparts[0] ) . "<a href='" . htmlentities ( $url ) . |
373 | 373 | "' onclick=\"window.open('" . htmlentities ( $url ) . "', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;\" title=\"Reveal this e-mail address\">...</a>@" . htmlentities ( $emailparts [1] ); |
374 | 374 | |
375 | | -} |
\ No newline at end of file |
| 375 | +} |