Author: toad
Date: 2009-02-12 13:16:35 +0000 (Thu, 12 Feb 2009)
New Revision: 25589
Modified:
trunk/website/pages/en/news.php
Log:
Update USD rate
Modified: trunk/website/pages/en/news.php
===================================================================
--- trunk/website/pages/en/news.php 2009-02-12 09:27:09 UTC (rev 25588)
+++ trunk/website/pages/en/news.php 2009-02-12 13:16:35 UTC (rev 25589)
@@ -10,7 +10,7 @@
$handle = fopen($file, "r");
$paypalTotal = fread($handle, filesize($file));
fclose($handle);
- $usdRate = 0.69456;
+ $usdRate = 0.70374;
$totalUSD = ($paypalTotal + 1377.65);
$totalBGP = $totalUSD * $usdRate;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs