r96107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96106‎ | r96107 | r96108 >
Date:15:42, 2 September 2011
Author:awjrichards
Status:ok
Tags:
Comment:
MFT r90286
Modified paths:
  • /branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php
@@ -72,7 +72,7 @@
7373 if ( preg_match( '/@/', $value ) ) {
7474 return md5( strtolower( $value ) );
7575 }
76 - } else if ( $key == 'usernameMD5' || $key == 'passwordMD5' ) {
 76+ } elseif ( $key == 'usernameMD5' || $key == 'passwordMD5' ) {
7777 if ( strlen( $value ) != 32 ) {
7878 return md5( strtolower( $value ) );
7979 }
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php
___________________________________________________________________
Added: svn:mergeinfo
8080 Merged /trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php:r75657-96106

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90286Swap else if for elseif...reedy16:26, 17 June 2011

Status & tagging log