diff options
author | justdave%syndicomm.com <> | 2001-05-29 13:01:48 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-05-29 13:01:48 +0200 |
commit | db9cf7c5e1885387293000997eaf966fb89ac505 (patch) | |
tree | 9a7392a5ff564d93aee3f7938f706d6cea3193e6 /buglist.cgi | |
parent | 6f095c3f8cfdb73ce00f6f2cbe901ab5742fa341 (diff) | |
download | bugzilla-db9cf7c5e1885387293000997eaf966fb89ac505.tar.gz bugzilla-db9cf7c5e1885387293000997eaf966fb89ac505.tar.xz |
Landing quips.cgi (bug 73191) by Owen Taylor <otaylor@redhat.com>
Submitted by Martin Baulig <baulig@suse.de> from bugzilla.gnome.org
r= justdave@syndicomm.com
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi index 63296a914..8bc12b72e 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1289,7 +1289,7 @@ if ($toolong) { } if (Param('usequip')){ - print "<HR><A HREF=newquip.html><I>$quip</I></A></CENTER>\n"; + print "<HR><A HREF=quips.cgi><I>$quip</I></A></CENTER>\n"; } print "<HR SIZE=10>"; print "$count bugs found." if $count > 9; |