mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
Oops; had the name of the "editbugs" group typed in wrong in a couple
of places.
This commit is contained in:
parent
b995fd3665
commit
0971c5f33a
@ -825,7 +825,7 @@ my $dotweak = defined $::FORM{'tweak'};
|
||||
|
||||
if ($dotweak) {
|
||||
confirm_login();
|
||||
if (!UserInGroup("canedit")) {
|
||||
if (!UserInGroup("editbugs")) {
|
||||
print qq{
|
||||
Sorry; you do not have sufficient priviledges to edit a bunch of bugs
|
||||
at once.
|
||||
@ -1378,7 +1378,7 @@ if ($count > 0) {
|
||||
<NOBR><A HREF=\"enter_bug.cgi\">Enter New Bug</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 " \n";
|
||||
print "<NOBR><A HREF=\"buglist.cgi?$fields$orderpart&tweak=1\">";
|
||||
print "Change several bugs at once</A></NOBR>\n";
|
||||
|
@ -261,7 +261,7 @@ print "
|
||||
<tr><td> <td> <td> <td> <td> <td> </tr>
|
||||
";
|
||||
|
||||
if (UserInGroup("canedit") || UserInGroup("canconfirm")) {
|
||||
if (UserInGroup("editbugs") || UserInGroup("canconfirm")) {
|
||||
SendSQL("SELECT votestoconfirm FROM products WHERE product = " .
|
||||
SqlQuote($product));
|
||||
if (FetchOneColumn()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user