Wrong USD index in the donation page, and some formatting.

svn path=/trunk/boinc/; revision=12781
This commit is contained in:
Rytis Slatkevičius 2007-05-30 11:22:58 +00:00
parent 7b8173fa24
commit 683c25e04f
1 changed files with 15 additions and 15 deletions

View File

@ -80,7 +80,7 @@ elseif (DONATION_CURRENCY == "GBP") {
$amount .= "<option value=\"24\">Pounds Sterling</option>\n";
}
elseif (DONATION_CURRENCY == "USD") {
$amount .= "<option value=\"2\">U.S. Dollars</option>\n";
$amount .= "<option value=\"3\">U.S. Dollars</option>\n";
}
elseif (DONATION_CURRENCY == "JPY") {
$amount .= "<option value=\"72\">Yen</option>\n";