mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2472
This commit is contained in:
parent
746479ba37
commit
ac99ea413b
|
@ -6788,6 +6788,7 @@ Karl 2003-10-14
|
|||
|
||||
Karl 2003-10-14
|
||||
- replaced C country_select program with a php function
|
||||
- replaced "None or International" with "None" and "International"
|
||||
|
||||
lib/
|
||||
countries.C (removed)
|
||||
|
|
|
@ -224,7 +224,7 @@ function print_country_select($country="None") {
|
|||
for ($i=0; $i<$numCountries; $i++) {
|
||||
$country = $countries[i];
|
||||
$selected = $countries[i] == $country ? "selected":"";
|
||||
echo "<option value='$country' $selected>$country</option>\n",
|
||||
echo "<option value='$country' $selected>$country</option>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue