X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fdxcq.pl;h=bfe40760692a565c442a16b52e737fea73266339;hp=89c1a9c7e539d4b62066ca8b1830795f7620fbd1;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/dxcq.pl b/cmd/set/dxcq.pl index 89c1a9c7..bfe40760 100644 --- a/cmd/set/dxcq.pl +++ b/cmd/set/dxcq.pl @@ -15,7 +15,7 @@ my @out; foreach $call (@args) { $call = uc $call; - my $user = DXUser->get_current($call); + my $user = DXUser::get_current($call); if ($user) { $user->wantdxcq(1); if ($user->wantdxitu) {