diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 17:52:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 17:52:21 +0000 |
commit | 3c449c259f3c6325a00bf542511bb1ccbce55054 (patch) | |
tree | 31ff76977b035edd10a498a43cd3abd2ed1861d9 /perl-install/interactive_http.pm | |
parent | 42a56d315a86b9fa19d9330583a26a86c7453ab0 (diff) | |
download | drakx-3c449c259f3c6325a00bf542511bb1ccbce55054.tar drakx-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.gz drakx-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.bz2 drakx-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.xz drakx-3c449c259f3c6325a00bf542511bb1ccbce55054.zip |
big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_
Diffstat (limited to 'perl-install/interactive_http.pm')
-rw-r--r-- | perl-install/interactive_http.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_http.pm b/perl-install/interactive_http.pm index 1e56a21e6..18bff77fe 100644 --- a/perl-install/interactive_http.pm +++ b/perl-install/interactive_http.pm @@ -52,7 +52,7 @@ sub end() { sub exit() { end; exit($_[1]) } END { end() } -sub ask_from_entries_refW { +sub ask_fromW { my ($o, $common, $l, $l2) = @_; redisplay: |