X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fpc90.pl;h=51dd21471388e19f914128ec303eb044fb72790b;hb=47d4f39bfd5d0f331c7693c88c1d7842cf9f6548;hp=466fc4ceb8ff878067bc435c02f8669f3d0969fb;hpb=3ce66a3f80f5ea8f3e9f546d726ba1ad6b4fdd1a;p=spider.git diff --git a/cmd/unset/pc90.pl b/cmd/unset/pc90.pl index 466fc4ce..51dd2147 100644 --- a/cmd/unset/pc90.pl +++ b/cmd/unset/pc90.pl @@ -18,7 +18,8 @@ foreach $call (@args) { my $user = DXUser->get_current($call); if ($user) { $user->wantpc90(0); - push @out, $self->msg('pc90u', $call); + $user->put; + push @out, $self->msg('unset', 'PC90', $call); } else { push @out, $self->msg('e3', "Unset PC90", $call); }