X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fusers.pl;h=1d665eba5a91858dbdfa89f33bb42879e776753b;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=c9df4d6943a785545c1a66a6902f3c1c21f89003;hpb=679037f49e292b15a73dce96699c15b9e3049711;p=spider.git diff --git a/cmd/show/users.pl b/cmd/show/users.pl index c9df4d69..1d665eba 100644 --- a/cmd/show/users.pl +++ b/cmd/show/users.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -12,7 +12,7 @@ my @out; if (@list) { foreach my $call (sort @list) { - my $uref = DXUser->get_current($call); + my $uref = DXUser::get_current($call); if ($uref) { my $name = $uref->name || '?'; my $qth = $uref->qth || '?';