Fix for bug 119005: The instructions in editgroups.cgi incorrectly state that…

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
parent 2ddb4736
...@@ -141,8 +141,7 @@ unless ($action) { ...@@ -141,8 +141,7 @@ unless ($action) {
print "<p>"; print "<p>";
print "<b>Name</b> is what is used with the UserInGroup() function in any 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 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 people submitting bugs by email to limit a bug to a certain groupset. <p>";
may not contain any spaces.<p>";
print "<b>Description</b> is what will be shown in the bug reports to 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 members of the group where they can choose whether the bug will be restricted
to others in the same group.<p>"; to others in the same group.<p>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment