summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-02-18 00:59:55 +0100
committerterry%mozilla.org <>2000-02-18 00:59:55 +0100
commit98292643e4c104d5285224bcad915af6f61f9b29 (patch)
tree10bead652a14c6b7b6c30dd549cf58bd3382f50d /enter_bug.cgi
parent4410f69187675685ff241885622643652d72920e (diff)
downloadbugzilla-98292643e4c104d5285224bcad915af6f61f9b29.tar.gz
bugzilla-98292643e4c104d5285224bcad915af6f61f9b29.tar.xz
Oops; had the name of the "editbugs" group typed in wrong in a couple
of places.
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi2
1 files changed, 1 insertions, 1 deletions
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 "
<tr><td>&nbsp<td> <td> <td> <td> <td> </tr>
";
-if (UserInGroup("canedit") || UserInGroup("canconfirm")) {
+if (UserInGroup("editbugs") || UserInGroup("canconfirm")) {
SendSQL("SELECT votestoconfirm FROM products WHERE product = " .
SqlQuote($product));
if (FetchOneColumn()) {