X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=6fe170a002b4311fc0f577dc901baa54da87209e;hb=bca5cd40374f12da5e0d46980e54bffc61fdc9c9;hp=6f2e1e935a8014f06c5373138675fc0de94d7307;hpb=f3688be5d3f50cccf204d3d01dcaca1e9db7d4f7;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index 6f2e1e93..6fe170a0 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} DXProt::get_all_ak1a(); + my @ch = sort {$a->call cmp $b->call} DXChannel::get_all_ak1a(); my $dxchan; foreach $dxchan (@ch) {