diff options
author | 2001-08-16 09:54:49 +0000 | |
---|---|---|
committer | 2001-08-16 09:54:49 +0000 | |
commit | 133350be74374b3790b08f6fea1b38698e0473f5 (patch) | |
tree | 889554789b5505dd6bb136a4dbe46bd6c0480fb3 /duplicates.cgi | |
parent | Fix for bug 92593: Changing a bugs product will no longer remove the votes fr... (diff) | |
download | bugzilla-133350be74374b3790b08f6fea1b38698e0473f5.tar.gz bugzilla-133350be74374b3790b08f6fea1b38698e0473f5.tar.bz2 bugzilla-133350be74374b3790b08f6fea1b38698e0473f5.zip |
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
Diffstat (limited to 'duplicates.cgi')
-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\"> |