From ecc077d6f12c3b34997d005b7515277f79c41edd Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Wed, 28 Apr 2004 15:45:40 +0000 Subject: change last isdn_detect_backend() remaining --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index eda938d58..fd27b212d 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -184,7 +184,7 @@ our @tree = string => N("ISDN adapters"), icon => "modem.png", configurator => "$sbindir/drakconnect", - detector => sub { require network::isdn; my $isdn = network::isdn::isdn_detect_backend(); if_(@$isdn, f(@$isdn)) }, + detector => sub { require network::isdn; my $isdn = network::isdn::detect_backend(); if_(@$isdn, f(@$isdn)) }, checked_on_boot => 0, }, -- cgit v1.2.1