X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fstat%2Fuserconfig.pl;h=6d3b389f66252674b592a963e809fab3dd77284d;hb=8081646e932b160975ad061a7a2741418b099761;hp=fd86f74817b0c4c7e8495b2065b1cc06e93ba362;hpb=624fab70a1d3994e74f7121c449b67c174afef29;p=spider.git diff --git a/cmd/stat/userconfig.pl b/cmd/stat/userconfig.pl index fd86f748..6d3b389f 100644 --- a/cmd/stat/userconfig.pl +++ b/cmd/stat/userconfig.pl @@ -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"; }