From: terry%mozilla.org <>
Date: Thu, 17 Feb 2000 23:59:55 +0000 (+0000)
Subject: Oops; had the name of the "editbugs" group typed in wrong in a couple
X-Git-Tag: bugzilla-2.12~378
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98292643e4c104d5285224bcad915af6f61f9b29;p=thirdparty%2Fbugzilla.git
Oops; had the name of the "editbugs" group typed in wrong in a couple
of places.
---
diff --git a/buglist.cgi b/buglist.cgi
index 0965082117..297d322553 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) {