X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fstat%2Fuserconfig.pl;h=6d3b389f66252674b592a963e809fab3dd77284d;hb=af00b2713eb62cdee83a6bf184e2b410226f8be6;hp=f4321160574043c7d0d055d7e61ad4d38b75edab;hpb=d7a259b56406b17ce5179aac85a3b1f07664147d;p=spider.git diff --git a/cmd/stat/userconfig.pl b/cmd/stat/userconfig.pl index f4321160..6d3b389f 100644 --- a/cmd/stat/userconfig.pl +++ b/cmd/stat/userconfig.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2001 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -15,7 +15,7 @@ foreach my $uref (@users) { my $ucall = $uref->call; next if @list && !grep $ucall =~ m|$_|, @list; my $call = $uref->user_call; - my $l = join ',', (map {my $ref = Route::Node::get($_); $ref ? ($ref->user_call) : ("$_?")} sort @{$uref->parent}); + my $l = join ',', (map {my $ref = Route::Node::get($_); $ref ? ($ref->user_call) : ("$_?")} sort $uref->parents); push @out, "$call->$l"; }