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
This commit is contained in:
terry%mozilla.org
2000-07-07 21:05:19 +00:00
parent 294650864a
commit aec3218cee

View File

@@ -648,7 +648,11 @@ FIN
print "<TR><TD>\n";
SendSQL("select login_name from profiles where userid=$person");
my $login_name= FetchSQLData();
print("<A HREF=\"buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&target_milestone=$ms&assigned_to=$login_name\">\n");
print("<A HREF=\"buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&target_milestone=$ms&assigned_to=$login_name");
if( $::FORM{'product'} ne "-All-" ) {
print "&product=" . url_quote($::FORM{'product'});
}
print("\">\n");
print("$bugsperperson{$person} bugs and features");
print("</A>");
print(" for \n");