diff options
author | justdave%syndicomm.com <> | 2002-02-06 11:54:08 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-02-06 11:54:08 +0100 |
commit | d4750d0cc42ea4cbdd592e165cbb1efe5d5264fb (patch) | |
tree | 1f4dac74bd87a5c4a8c69ea043c47a1fdf7163c7 /editgroups.cgi | |
parent | 2ddb47368170e74243086863fedc925300b45dd8 (diff) | |
download | bugzilla-d4750d0cc42ea4cbdd592e165cbb1efe5d5264fb.tar.gz bugzilla-d4750d0cc42ea4cbdd592e165cbb1efe5d5264fb.tar.xz |
Fix for bug 119005: The instructions in editgroups.cgi incorrectly state that you can't use spaces in a group name. You in
fact can.
Patch by Christian Reis <kiko@async.com.br>
r= bbaetz x 2
Diffstat (limited to 'editgroups.cgi')
-rwxr-xr-x | editgroups.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editgroups.cgi b/editgroups.cgi index 10e4a5a9e..dfcca8a3f 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -141,8 +141,7 @@ unless ($action) { print "<p>"; print "<b>Name</b> is what is used with the UserInGroup() function in any customized cgi files you write that use a given group. It can also be used by -people submitting bugs by email to limit a bug to a certain groupset. It -may not contain any spaces.<p>"; +people submitting bugs by email to limit a bug to a certain groupset. <p>"; print "<b>Description</b> is what will be shown in the bug reports to members of the group where they can choose whether the bug will be restricted to others in the same group.<p>"; |