summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-24 10:49:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-24 10:49:46 +0000
commit916ae6acd4bd90da774693e0030f560e1af1b773 (patch)
tree39080a0128dd3d34cf9b92c0ab7d7f421d950a44 /perl-install/printerdrake.pm
parent7e5672eb837597a08dc886dc022f704be9b97665 (diff)
downloaddrakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.tar
drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.tar.gz
drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.tar.bz2
drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.tar.xz
drakx-backup-do-not-use-916ae6acd4bd90da774693e0030f560e1af1b773.zip
removed/renamed unused/seldom-used functions
Diffstat (limited to 'perl-install/printerdrake.pm')
-rw-r--r--perl-install/printerdrake.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm
index d0aeffd20..968254a40 100644
--- a/perl-install/printerdrake.pm
+++ b/perl-install/printerdrake.pm
@@ -61,9 +61,9 @@ _("What device is your printer connected to
foreach (@parport) {
$printer->{DEVICE} eq $_->{port} or next;
- $printer->{DBENTRY} = $printer::descr_to_db{common::bestMatchSentence2($_->{val}{DESCRIPTION},
- @printer::entry_db_description)};
- $printer->{cupsDescr} = common::bestMatchSentence2($_->{val}{DESCRIPTION}, keys %printer::descr_to_ppd);
+ $printer->{DBENTRY} = $printer::descr_to_db{common::bestMatchSentence($_->{val}{DESCRIPTION},
+ @printer::entry_db_description)};
+ $printer->{cupsDescr} = common::bestMatchSentence($_->{val}{DESCRIPTION}, keys %printer::descr_to_ppd);
}
1;
}