X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2Fupdate_sysop.pl;h=2fccbb5aee90c8aa2f46fa5c5412b933150b187d;hp=cec9f56ec04757c7e32e70f7dbed105d28f26b80;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/perl/update_sysop.pl b/perl/update_sysop.pl index cec9f56e..2fccbb5a 100755 --- a/perl/update_sysop.pl +++ b/perl/update_sysop.pl @@ -29,7 +29,7 @@ sub create_it { my $ref; - while ($ref = DXUser->get(uc $mycall)) { + while ($ref = DXUser::get(uc $mycall)) { print "old call $mycall deleted\n"; $ref->del(); } @@ -55,7 +55,7 @@ sub create_it print "new call $mycall added\n"; # now do one for the alias - while ($ref = DXUser->get($myalias)) { + while ($ref = DXUser::get($myalias)) { print "old call $myalias deleted\n"; $ref->del(); }