*** empty log message ***

svn path=/trunk/boinc/; revision=3173
This commit is contained in:
David Anderson 2004-03-26 18:45:49 +00:00
parent 6e52689a40
commit 107a2f1d90
2 changed files with 3 additions and 1 deletions

View File

@ -243,9 +243,11 @@ function print_country_select($selected_country="None") {
$geoip_country = geoip_country_name_by_addr($gi,$_SERVER["REMOTE_ADDR"]);
geoip_close($gi);
if ($selected_country=="") $selected_country="None";
if ($selected_country=="None" and $geoip_country!=""){
$selected_country=$geoip_country;
}
echo "selected: $selected_country\n";
$numCountries = count($countries);
for ($i=0; $i<$numCountries; $i++) {

View File

@ -161,7 +161,7 @@ function profile_error_page($str) {
page_head("Profile error");
echo "$str<br>\n";
echo "<p>Click your browser's <b>Back</b> button to try again.\n<p>\n";
p age_tail();
page_tail();
}
function date_str($x) {