summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-19 03:33:28 +0100
committerterry%mozilla.org <>2000-01-19 03:33:28 +0100
commit608e17c03974ecd0c54b01dadad994507dc2b23d (patch)
tree16ac11cd2df417810ec33ecbb22ed4c1133089b8 /CGI.pl
parent45966a66789b8c452ff826aab8cc521e786bb87a (diff)
downloadbugzilla-608e17c03974ecd0c54b01dadad994507dc2b23d.tar.gz
bugzilla-608e17c03974ecd0c54b01dadad994507dc2b23d.tar.xz
Spruced up "editusers.cgi". Added an "editusers" group.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/CGI.pl b/CGI.pl
index 5f7a21f88..f6ebcaaa6 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -838,6 +838,9 @@ sub GetCommandMenu {
$html .= ", <a href=editparams.cgi>parameters</a>";
$html .= ", <a href=sanitycheck.cgi><NOBR>sanity check</NOBR></a>";
}
+ if (UserInGroup("editusers")) {
+ $html .= ", <a href=editusers.cgi>users</a>";
+ }
if (UserInGroup("editcomponents")) {
$html .= ", <a href=editproducts.cgi>components</a>";
}