fixed pc90
[spider.git] / cmd / unset / pc90.pl
index 466fc4ceb8ff878067bc435c02f8669f3d0969fb..51dd21471388e19f914128ec303eb044fb72790b 100644 (file)
@@ -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);
        }