From 3e87e43223035081e501dbdc07d3e7540a6fbe38 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Mar 2004 17:53:17 +0000 Subject: fix isdn config step --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 4d2120a69..a41d9a8cf 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -253,7 +253,7 @@ sub real_main { { name => N("Connection Configuration") . "\n\n" . N("Please fill or check the field below"), - data => { + data => sub { [ (map { my ($dstruct, $field, $item) = @$_; -- cgit v1.2.1