Commit 98292643 authored by terry%mozilla.org's avatar terry%mozilla.org

Oops; had the name of the "editbugs" group typed in wrong in a couple

of places.
parent 4410f691
...@@ -825,7 +825,7 @@ my $dotweak = defined $::FORM{'tweak'}; ...@@ -825,7 +825,7 @@ my $dotweak = defined $::FORM{'tweak'};
if ($dotweak) { if ($dotweak) {
confirm_login(); confirm_login();
if (!UserInGroup("canedit")) { if (!UserInGroup("editbugs")) {
print qq{ print qq{
Sorry; you do not have sufficient priviledges to edit a bunch of bugs Sorry; you do not have sufficient priviledges to edit a bunch of bugs
at once. at once.
...@@ -1378,7 +1378,7 @@ if ($count > 0) { ...@@ -1378,7 +1378,7 @@ if ($count > 0) {
<NOBR><A HREF=\"enter_bug.cgi\">Enter New Bug</A></NOBR> <NOBR><A HREF=\"enter_bug.cgi\">Enter New Bug</A></NOBR>
&nbsp;&nbsp; &nbsp;&nbsp;
<NOBR><A HREF=\"colchange.cgi?$::buffer\">Change columns</A></NOBR>"; <NOBR><A HREF=\"colchange.cgi?$::buffer\">Change columns</A></NOBR>";
if (!$dotweak && $count > 1 && UserInGroup("canedit")) { if (!$dotweak && $count > 1 && UserInGroup("editbugs")) {
print "&nbsp;&nbsp;\n"; print "&nbsp;&nbsp;\n";
print "<NOBR><A HREF=\"buglist.cgi?$fields$orderpart&tweak=1\">"; print "<NOBR><A HREF=\"buglist.cgi?$fields$orderpart&tweak=1\">";
print "Change several bugs at once</A></NOBR>\n"; print "Change several bugs at once</A></NOBR>\n";
......
...@@ -261,7 +261,7 @@ print " ...@@ -261,7 +261,7 @@ print "
<tr><td>&nbsp<td> <td> <td> <td> <td> </tr> <tr><td>&nbsp<td> <td> <td> <td> <td> </tr>
"; ";
if (UserInGroup("canedit") || UserInGroup("canconfirm")) { if (UserInGroup("editbugs") || UserInGroup("canconfirm")) {
SendSQL("SELECT votestoconfirm FROM products WHERE product = " . SendSQL("SELECT votestoconfirm FROM products WHERE product = " .
SqlQuote($product)); SqlQuote($product));
if (FetchOneColumn()) { if (FetchOneColumn()) {
......
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