]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 284155 : New editusers.cgi broke group visibility
authortravis%sedsystems.ca <>
Tue, 8 Mar 2005 01:45:21 +0000 (01:45 +0000)
committertravis%sedsystems.ca <>
Tue, 8 Mar 2005 01:45:21 +0000 (01:45 +0000)
Patch by GavinS <bugzilla@chimpychompy.org>   r=wurblzap a=justdave

editusers.cgi

index 8169d0b937df328dc00154e3efe91b8d10862922..fd84983485a80ffa9b9b11d2861b8c08ee247eee 100755 (executable)
@@ -600,7 +600,7 @@ sub mirrorListSelectionValues {
 
 # Give a list of IDs of groups the user can see.
 sub visibleGroupsAsString {
-    return join(', ', @{$user->visible_groups_direct()});
+    return join(', ', -1, @{$user->visible_groups_direct()});
 }
 
 # Give a list of IDs of groups the user may bless.