From 7a1aa167c53f1996b4534919d9f09246f4f3a810 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 29 May 2008 19:05:19 +0000 Subject: [PATCH] forward porting update to country list --- lib/WebGUI/Form/Country.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Form/Country.pm b/lib/WebGUI/Form/Country.pm index e6e5de631..06d8ace64 100644 --- a/lib/WebGUI/Form/Country.pm +++ b/lib/WebGUI/Form/Country.pm @@ -263,6 +263,7 @@ tie %countries, 'Tie::IxHash'; 'Moldova, Republic of' => 'Moldova, Republic of', 'Monaco' => 'Monaco', 'Mongolia' => 'Mongolia', +'Montenegro' => 'Montenegro', 'Montserrat' => 'Montserrat', 'Morocco' => 'Morocco', 'Mozambique' => 'Mozambique', @@ -309,7 +310,7 @@ tie %countries, 'Tie::IxHash'; 'Saudi Arabia' => 'Saudi Arabia', 'Scotland' => 'Scotland', 'Senegal' => 'Senegal', -'Serbia and Montenegro' => 'Serbia and Montenegro', +'Serbia' => 'Serbia', 'Seychelles' => 'Seychelles', 'Sierra Leone' => 'Sierra Leone', 'Singapore' => 'Singapore',