Author: toad
Date: 2009-04-06 23:38:32 +0000 (Mon, 06 Apr 2009)
New Revision: 26581

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-04-06 23:26:18 UTC (rev 26580)
+++ trunk/website/pages/en/news.php     2009-04-06 23:38:32 UTC (rev 26581)
@@ -10,7 +10,7 @@
                $handle = fopen($file, "r");
                $paypalTotal = fread($handle, filesize($file));
                fclose($handle);
-               $usdRate = 0.69769;
+               $usdRate = 0.68103;
 
                $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