http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96107

Revision: 96107
Author:   awjrichards
Date:     2011-09-02 15:42:31 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
MFT r90286

Modified Paths:
--------------
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php

Property Changed:
----------------
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php

Modified: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php
===================================================================
--- 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php
      2011-09-02 15:36:39 UTC (rev 96106)
+++ 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php
      2011-09-02 15:42:31 UTC (rev 96107)
@@ -72,7 +72,7 @@
       if ( preg_match( '/@/', $value ) ) {
        return md5( strtolower( $value ) );
       }
-    } else if ( $key == 'usernameMD5' || $key == 'passwordMD5' ) {
+    } elseif ( $key == 'usernameMD5' || $key == 'passwordMD5' ) {
       if ( strlen( $value ) != 32 ) {
        return md5( strtolower( $value ) );
       }


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php
___________________________________________________________________
Added: svn:mergeinfo
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php:75657-96106


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to