mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2473
This commit is contained in:
parent
ac99ea413b
commit
587ece583b
|
@ -222,8 +222,8 @@ function print_country_select($country="None") {
|
|||
global $countries;
|
||||
$numCountries = count($countries);
|
||||
for ($i=0; $i<$numCountries; $i++) {
|
||||
$country = $countries[i];
|
||||
$selected = $countries[i] == $country ? "selected":"";
|
||||
$country = $countries[$i];
|
||||
$selected = $countries[$i] == $country ? "selected":"";
|
||||
echo "<option value='$country' $selected>$country</option>\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue