From 8abd32b0636d1d568e3388d16a27a96f05c95b7d Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 8 Jul 2000 04:05:19 +0000 Subject: Fixed links off of 'Most doomed' reports to only list bugs that match the product we're reporting about. --- reports.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index daf640cb8..8737583ab 100755 --- a/reports.cgi +++ b/reports.cgi @@ -648,7 +648,11 @@ FIN print "\n"; SendSQL("select login_name from profiles where userid=$person"); my $login_name= FetchSQLData(); - print("\n"); + print("\n"); print("$bugsperperson{$person} bugs and features"); print(""); print(" for \n"); -- cgit v1.2.3-24-g4f1b