From 2d8b2f6a7c3d8f1d0ac6e770ac07926852049305 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 23 Feb 2006 17:19:27 +0000 Subject: - fix func name --- mdkupdate | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mdkupdate b/mdkupdate index dbd8b74c..2aab64dd 100755 --- a/mdkupdate +++ b/mdkupdate @@ -86,8 +86,6 @@ my %options = ( GetOptions(%options); --s $conffile || $bundle or die N("No %s file found. Run mdkonline wizard first", $conffile); - $bundle eq "webbundle" and mdkonline::get_site($startpage), exit(0); my $result; @@ -97,7 +95,7 @@ my $wc = mdkonline::read_conf(); if (!$bundle) { if ($wc->{HOST_ID} && $wc->{HOST_KEY}) { my $getupdates; - $getupdates = mdkonline::get_update_for_host($wc->{HOST_ID}, $wc->{HOST_KEY}); + $getupdates = mdkonline::get_updates_for_host($wc->{HOST_ID}, $wc->{HOST_KEY}); if ($getupdates->{message}) { print Dumper($getupdates); exit(0); -- cgit v1.2.1