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

of places.
This commit is contained in:
terry%mozilla.org 2000-02-17 15:59:56 +00:00
parent b995fd3665
commit 0971c5f33a
2 changed files with 3 additions and 3 deletions

View File

@ -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>
&nbsp;&nbsp;
<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 "<NOBR><A HREF=\"buglist.cgi?$fields$orderpart&tweak=1\">";
print "Change several bugs at once</A></NOBR>\n";

View File

@ -261,7 +261,7 @@ print "
<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 = " .
SqlQuote($product));
if (FetchOneColumn()) {