]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 119005: The instructions in editgroups.cgi incorrectly state that you...
authorjustdave%syndicomm.com <>
Wed, 6 Feb 2002 10:54:08 +0000 (10:54 +0000)
committerjustdave%syndicomm.com <>
Wed, 6 Feb 2002 10:54:08 +0000 (10:54 +0000)
fact can.
Patch by Christian Reis <kiko@async.com.br>
r= bbaetz x 2

editgroups.cgi

index 10e4a5a9eb20317eb793790dc8b0597c4832056f..dfcca8a3f56e4f729cb53be75442862e46d3d884 100755 (executable)
@@ -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>";