]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 95304: Add a buglist link to the top of duplicates.cgi
authorjustdave%syndicomm.com <>
Thu, 16 Aug 2001 09:54:49 +0000 (09:54 +0000)
committerjustdave%syndicomm.com <>
Thu, 16 Aug 2001 09:54:49 +0000 (09:54 +0000)
Patch by Gervase Markham <gerv@mozilla.org>
r= justdave@syndicomm.com

duplicates.cgi

index ed5021291ed11097108994349ae347aa6e8c7d9c..2fccac23471a667c07515eedf18a7c73b54bdd00 100755 (executable)
@@ -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\">