From: justdave%syndicomm.com <> Date: Wed, 6 Feb 2002 10:54:08 +0000 (+0000) Subject: Fix for bug 119005: The instructions in editgroups.cgi incorrectly state that you... X-Git-Tag: bugzilla-2.16rc1~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4750d0cc42ea4cbdd592e165cbb1efe5d5264fb;p=thirdparty%2Fbugzilla.git 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 r= bbaetz x 2 --- diff --git a/editgroups.cgi b/editgroups.cgi index 10e4a5a9eb..dfcca8a3f5 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -141,8 +141,7 @@ unless ($action) { print "

"; print "Name 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.

"; +people submitting bugs by email to limit a bug to a certain groupset.

"; print "Description 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.

";