X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fshow%2Fuser.pl;h=997ae542b6bbcf9fe9f5785320396a352c44bf66;hp=3b27777427511e70fcca08bcbf75f1ba856b6b35;hb=1cf4bd14be226274d5deb05da8480ab91a5dac52;hpb=20b0104deaeab77fa7ab1444dbcedfcdbf5865f8 diff --git a/cmd/show/user.pl b/cmd/show/user.pl index 3b277774..997ae542 100644 --- a/cmd/show/user.pl +++ b/cmd/show/user.pl @@ -12,7 +12,7 @@ my $call; my @out; foreach $call (@list) { $call = uc $call; - my $ref = DXUser->get($call); + my $ref = DXUser->get_current($call); if ($ref) { @out = print_all_fields($self, $ref, "User Information $call"); } else {