r77805 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77804‎ | r77805 | r77806 >
Date:15:14, 5 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r77511. Missing ;
PHP Parse error: syntax error, unexpected T_BREAK in extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php on line 175
Errors parsing extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php
@@ -171,7 +171,7 @@
172172 $response = curl_exec( $ch );
173173 PayflowProGateway::log( "Finished communicating with reCaptcha." );
174174 if ( $response ) {
175 - PayflowProGateway::log( 'Response from reCaptcha: ' . $response )
 175+ PayflowProGateway::log( 'Response from reCaptcha: ' . $response );
176176 break;
177177 }
178178 }
@@ -371,4 +371,4 @@
372372 return htmlentities( $emailparts[0] ) . "<a href='" . htmlentities ( $url ) .
373373 "' 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] );
374374
375 -}
\ No newline at end of file
 375+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r96109MFT r77511, r77805, r90286awjrichards15:53, 2 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77511Updated all wfDebugLog uses in gateway code and related extensions to optiona...awjrichards22:40, 30 November 2010

Status & tagging log