From aec3218ceed527d81e8efb607132dd4dbd0995ab Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Fri, 7 Jul 2000 21:05:19 +0000 Subject: [PATCH] Fixed links off of 'Most doomed' reports to only list bugs that match the product we're reporting about. git-svn-id: svn://10.0.0.236/trunk@73828 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/reports.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/reports.cgi b/mozilla/webtools/bugzilla/reports.cgi index daf640cb8d3..8737583abeb 100755 --- a/mozilla/webtools/bugzilla/reports.cgi +++ b/mozilla/webtools/bugzilla/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");