summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
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 .=