X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fprompt.pl;h=063c9d485fb2eec57c0a1e81d8cd30272aabbc48;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=35d02a0b81d329a3c3187195b98cd7bde8dae90d;hpb=f0323dc530e2aa3fe5b8cd50b1c8c35aac67c52e;p=spider.git diff --git a/cmd/unset/prompt.pl b/cmd/unset/prompt.pl index 35d02a0b..063c9d48 100644 --- a/cmd/unset/prompt.pl +++ b/cmd/unset/prompt.pl @@ -3,14 +3,14 @@ # # Copyright (c) 2001 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; my $call = $self->call; my $user; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { delete $user->{prompt}; delete $self->{prompt};