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. --- enter_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enter_bug.cgi') 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