diff options
author | justdave%syndicomm.com <> | 2001-08-16 11:54:49 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-08-16 11:54:49 +0200 |
commit | 133350be74374b3790b08f6fea1b38698e0473f5 (patch) | |
tree | 889554789b5505dd6bb136a4dbe46bd6c0480fb3 | |
parent | 161e3c5fc8dc93096527e2ebd68995c466be2646 (diff) | |
download | bugzilla-133350be74374b3790b08f6fea1b38698e0473f5.tar.gz bugzilla-133350be74374b3790b08f6fea1b38698e0473f5.tar.xz |
Fix for bug 95304: Add a buglist link to the top of duplicates.cgi
Patch by Gervase Markham <gerv@mozilla.org>
r= justdave@syndicomm.com
-rwxr-xr-x | duplicates.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/duplicates.cgi b/duplicates.cgi index ed5021291..2fccac234 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -115,7 +115,13 @@ if (<data/duplicates/dupes$before*>) print Param("mostfreqhtml"); +my $commabugs = join(",", keys(%count)); + print " +<p> +<a href=\"buglist.cgi?bug_id=$commabugs\">Give me this list as a Bugzilla bug list.</a> +</p> + <table BORDER> <tr BGCOLOR=\"#CCCCCC\"> |