X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Femail.pl;h=c05a9e538b41ed94238e978ddeab667cbb65db86;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=2829a194c910250a5b79919035576f9b25c0b2c7;hpb=47bc13ac2b52dd67972c24017d7f6a41ac601611;p=spider.git diff --git a/cmd/unset/email.pl b/cmd/unset/email.pl index 2829a194..c05a9e53 100644 --- a/cmd/unset/email.pl +++ b/cmd/unset/email.pl @@ -3,14 +3,14 @@ # # Copyright (c) 2001 - Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; my $call = $self->call; my $user; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $user->wantemail(0); $user->put();