https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102124

Revision: 102124
Author:   jpostlethwaite
Date:     2011-11-05 22:13:56 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
Added state field to form.

Modified Paths:
--------------
    
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php

Modified: 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
===================================================================
--- 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
    2011-11-05 21:39:47 UTC (rev 102123)
+++ 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
    2011-11-05 22:13:56 UTC (rev 102124)
@@ -661,7 +661,7 @@
                $return .= $this->getCityField();
 
                // state
-               //$return .= $this->getStateField();
+               $return .= $this->getStateField();
 
                // zip
                $return .= $this->getZipField();


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

Reply via email to