From 98292643e4c104d5285224bcad915af6f61f9b29 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 17 Feb 2000 23:59:55 +0000 Subject: Oops; had the name of the "editbugs" group typed in wrong in a couple of places. --- buglist.cgi | 4 ++-- enter_bug.cgi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buglist.cgi b/buglist.cgi index 096508211..297d32255 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -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) { Enter New Bug    Change columns"; - if (!$dotweak && $count > 1 && UserInGroup("canedit")) { + if (!$dotweak && $count > 1 && UserInGroup("editbugs")) { print "  \n"; print ""; print "Change several bugs at once\n"; diff --git a/enter_bug.cgi b/enter_bug.cgi index 45ca19de5..9161b4e2b 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -261,7 +261,7 @@ print "   "; -if (UserInGroup("canedit") || UserInGroup("canconfirm")) { +if (UserInGroup("editbugs") || UserInGroup("canconfirm")) { SendSQL("SELECT votestoconfirm FROM products WHERE product = " . SqlQuote($product)); if (FetchOneColumn()) { -- cgit v1.2.3-24-g4f1b