summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-04-19 11:14:36 +0200
committerendico%mozilla.org <>2000-04-19 11:14:36 +0200
commit8286387d6ea6cc755aa47459a609f60d75d59628 (patch)
treee6875367151fdffdeab687070ee6e7e8fc81ac9c /CGI.pl
parent04e9a1ce86f50d71029cad6faee633d76bf466d8 (diff)
downloadbugzilla-8286387d6ea6cc755aa47459a609f60d75d59628.tar.gz
bugzilla-8286387d6ea6cc755aa47459a609f60d75d59628.tar.xz
backing out because this has broken bugzilla.mozilla.org. the choice is no longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/CGI.pl b/CGI.pl
index bed81db83..6f31f604f 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -946,9 +946,6 @@ sub GetCommandMenu {
if (UserInGroup("editkeywords")) {
$html .= ", <a href=editkeywords.cgi>keywords</a>";
}
- if (UserInGroup("creategroups") && Param("usebuggroups")) {
- $html .= ", <a href=editgroups.cgi>groups</a>";
- }
$html .= " | <NOBR><a href=relogin.cgi>Log out</a> $::COOKIE{'Bugzilla_login'}</NOBR>";
} else {
$html .=