minor bugly...
please remember we make up words here, like refex was a word we created to mean "a regex that matches a ref". A "bugly", then, is a bug that's merely ugly (and not a real problem!)
This commit is contained in:
parent
b9bbb78278
commit
b303694882
|
@ -386,6 +386,8 @@ sub user_roles {
|
|||
for (@roles) {
|
||||
# READERS u3 u4 @g1
|
||||
s/^\s+//; s/ +$//; s/=/ /; s/\s+/ /g; s/^\@//;
|
||||
next if /^#/;
|
||||
next unless /\S/;
|
||||
my ( $role, @members ) = split;
|
||||
# role = READERS, members = u3, u4, @g1
|
||||
if ( $role ne 'CREATOR' and not $rc{ROLES}{$role} ) {
|
||||
|
|
Loading…
Reference in a new issue