summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdkonline b/mdkonline
index 274609c6..ddefda32 100755
--- a/mdkonline
+++ b/mdkonline
@@ -198,8 +198,8 @@ my $wiz = wizards->new(
}
},
data => sub {
- if ($sendconfres eq 'TRUE' && $key) {
- [
+ if ($sendconfres eq 'TRUE') {
+ [
{ label => N("Country"), val => \$country, type => "combo", list => [ sort keys %countries ], not_edit => 0 }
];
}