Author: toad
Date: 2009-02-03 16:23:44 +0000 (Tue, 03 Feb 2009)
New Revision: 25490
Modified:
trunk/website/pages/en/news.php
Log:
Hard code the USD:GBP rate for now.
Modified: trunk/website/pages/en/news.php
===================================================================
--- trunk/website/pages/en/news.php 2009-02-03 12:40:33 UTC (rev 25489)
+++ trunk/website/pages/en/news.php 2009-02-03 16:23:44 UTC (rev 25490)
@@ -10,9 +10,7 @@
$handle = fopen($file, "r");
$paypalTotal = fread($handle, filesize($file));
fclose($handle);
- $handle = fopen($file2, "r");
- $usdRate = fread($handle, filesize($file));
- fclose($handle);
+ $usdRate = 0.69456;
$totalUSD = ($paypalTotal + 1377.65);
$totalBGP = $totalUSD * $usdRate;
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs