diff options
author | terry%mozilla.org <> | 1999-10-13 08:00:31 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-10-13 08:00:31 +0200 |
commit | e18c6fd41b16c91ccb6fbca903b0716af37f27c2 (patch) | |
tree | 70eac05642a34965776e48d630ad742ea4ee76dc /query.cgi | |
parent | 2899c8bfd526b57ae0088b2015da4fb54348c80f (diff) | |
download | bugzilla-e18c6fd41b16c91ccb6fbca903b0716af37f27c2.tar.gz bugzilla-e18c6fd41b16c91ccb6fbca903b0716af37f27c2.tar.xz |
Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the
ability to edit components, products, and versions. Yay!
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -583,7 +583,7 @@ if (UserInGroup("tweakparams")) { print "<a href=editparams.cgi>Edit Bugzilla operating parameters</a><br>\n"; } if (UserInGroup("editcomponents")) { - print "<a href=editcomponents.cgi>Edit Bugzilla components</a><br>\n"; + print "<a href=editproducts.cgi>Edit Bugzilla products and components</a><br>\n"; } if (defined $::COOKIE{"Bugzilla_login"}) { print "<a href=relogin.cgi>Log in as someone besides <b>$::COOKIE{'Bugzilla_login'}</b></a><br>\n"; |