Author: toad
Date: 2009-04-20 22:21:48 +0000 (Mon, 20 Apr 2009)
New Revision: 27124

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


Modified: trunk/website/pages/en/news.php
===================================================================
--- trunk/website/pages/en/news.php     2009-04-20 22:20:55 UTC (rev 27123)
+++ trunk/website/pages/en/news.php     2009-04-20 22:21:48 UTC (rev 27124)
@@ -10,7 +10,7 @@
                $handle = fopen($file, "r");
                $paypalTotal = fread($handle, filesize($file));
                fclose($handle);
-               $usdRate = 0.68103;
+               $usdRate = 0.68768;
 
                $totalUSD = ($paypalTotal + 876.88);
                $totalBGP = $totalUSD * $usdRate;

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

Reply via email to