master
Heuzef 7 years ago
parent 4d6687e2ed
commit a8f1106e4a
  1. 4
      report_acl.pl

@ -104,9 +104,9 @@ foreach my $share ($a->get_all_by_prop(type => 'share')) {
my @list_ro_uniq = uniq(@list_ro);
print "^ " . $name . " | ";
foreach (@list_rw_uniq) { print "$_ "; }
foreach (@list_rw_uniq) { print "$_, "; }
print " | ";
foreach (@list_ro_uniq) { print "$_ "; }
foreach (@list_ro_uniq) { print "$_, "; }
print " |" . "\n";
}

Loading…
Cancel
Save