From 133350be74374b3790b08f6fea1b38698e0473f5 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 16 Aug 2001 09:54:49 +0000 Subject: Fix for bug 95304: Add a buglist link to the top of duplicates.cgi Patch by Gervase Markham r= justdave@syndicomm.com --- duplicates.cgi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'duplicates.cgi') diff --git a/duplicates.cgi b/duplicates.cgi index ed5021291..2fccac234 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -115,7 +115,13 @@ if () print Param("mostfreqhtml"); +my $commabugs = join(",", keys(%count)); + print " +

+Give me this list as a Bugzilla bug list. +

+ -- cgit v1.2.3-24-g4f1b