Author: toad
Date: 2009-03-04 18:30:30 +0000 (Wed, 04 Mar 2009)
New Revision: 25891

Modified:
   trunk/website/pages/en/news.php
Log:
Update USD:GBP rate


Modified: trunk/website/pages/en/news.php
===================================================================
--- trunk/website/pages/en/news.php     2009-03-04 15:35:21 UTC (rev 25890)
+++ trunk/website/pages/en/news.php     2009-03-04 18:30:30 UTC (rev 25891)
@@ -10,7 +10,7 @@
                $handle = fopen($file, "r");
                $paypalTotal = fread($handle, filesize($file));
                fclose($handle);
-               $usdRate = 0.69213;
+               $usdRate = 0.70724;
 
                $totalUSD = ($paypalTotal + 3058.69);
                $totalBGP = $totalUSD * $usdRate;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to