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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buglist.cgi') 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"; -- cgit v1.2.3-24-g4f1b