X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fstat%2Fuser.pl;h=5cb57f29dd3b4e4ce6c06cd81372a3f1c4e705c8;hp=1e0f15daa535d15ad3f99ad0297809dcca0b9de7;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/stat/user.pl b/cmd/stat/user.pl index 1e0f15da..5cb57f29 100644 --- a/cmd/stat/user.pl +++ b/cmd/stat/user.pl @@ -12,7 +12,7 @@ my $call; my @out; foreach $call (@list) { $call = uc $call; - my $ref = DXUser->get_current($call); + my $ref = DXUser::get_current($call); if ($ref) { if ($self->consort eq 'ax25') { @out = grep { !/(Password|Privilege)/ } print_all_fields($self, $ref, "User Information $call");