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) { 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 45ca19de54..9161b4e2b9 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()) {