X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Femail.pl;h=c5bfe52bdd740d9891df5d1290d569b91294edc4;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=01c29caa03d4ec11d0bdd58e1ebe91968868e387;hpb=47bc13ac2b52dd67972c24017d7f6a41ac601611;p=spider.git diff --git a/cmd/set/email.pl b/cmd/set/email.pl index 01c29caa..c5bfe52b 100644 --- a/cmd/set/email.pl +++ b/cmd/set/email.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -15,7 +15,7 @@ my @f = split /\s+/, $line; return (1, $self->msg('emaile1')) if !$line; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $user->email(\@f); $user->wantemail(1);