X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;fp=cmd%2Fshow%2Fconfiguration.pl;h=bb845456e8c604ac3ee6e460a6f341b953ee3515;hb=29ec5bb85c591182dd868e7a3d87f510d7b47e9b;hp=6fe170a002b4311fc0f577dc901baa54da87209e;hpb=5723719679b0bb4ddc55f32eb5ceb3cf59ee23ae;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index 6fe170a0..bb845456 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -16,7 +16,7 @@ my @val; push @out, "Node Callsigns"; if ($list[0] && $list[0] =~ /^NOD/) { - my @ch = sort {$a->call cmp $b->call} DXChannel::get_all_ak1a(); + my @ch = sort {$a->call cmp $b->call} DXChannel::get_all_nodes(); my $dxchan; foreach $dxchan (@ch) {