diff options
author | terry%netscape.com <> | 1999-03-12 07:48:41 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-03-12 07:48:41 +0100 |
commit | 5066e675c8f587a3a3da640fb9337b240e39962c (patch) | |
tree | f19b68854f071080d1fbbf1f5f10ef3ad954f7f9 /query.cgi | |
parent | 300fc2c74b9bd1a4e2453c42a73e3b100e26e01f (diff) | |
download | bugzilla-5066e675c8f587a3a3da640fb9337b240e39962c.tar.gz bugzilla-5066e675c8f587a3a3da640fb9337b240e39962c.tar.xz |
Added new pages to edit existing components.
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ if (UserInGroup("tweakparams")) { print "<a href=editparams.cgi>Edit Bugzilla operating parameters</a><br>\n"; } if (UserInGroup("editcomponents")) { - print "<a href=editowners.cgi>Edit Bugzilla component owners</a><br>\n"; + print "<a href=editcomponents.cgi>Edit Bugzilla 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"; |