From 0110e35cc05a8af1c612d692110a91ff135ff37b Mon Sep 17 00:00:00 2001 From: moodler <moodler> Date: Wed, 2 Jul 2003 08:37:15 +0000 Subject: [PATCH] Allow default countyr to be unset again --- admin/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/config.html b/admin/config.html index 28c7fd787b..c9ca73f39e 100644 --- a/admin/config.html +++ b/admin/config.html @@ -60,7 +60,7 @@ </tr> <tr valign=top> <td align=right><p>country:</td> - <td><?php choose_from_menu ($COUNTRIES, "country", $config->country, get_string("selectacountry"), "", "") ?> + <td><?php choose_from_menu ($COUNTRIES, "country", $config->country, get_string("selectacountry"), "") ?> </td> <td> <?php print_string("configcountry") ?> -- 2.39.5