diff options
author | endico%mozilla.org <> | 1999-08-30 00:42:12 +0200 |
---|---|---|
committer | endico%mozilla.org <> | 1999-08-30 00:42:12 +0200 |
commit | 61cbf413b708fcf6990a9e7df6fd79ab15bbb3aa (patch) | |
tree | 4ad23fb3e88d8d3c8beaceeaabc4218170c13983 /reports.cgi | |
parent | d9f7f83f030e3dc3ec23812d3786291dbddda3ef (diff) | |
download | bugzilla-61cbf413b708fcf6990a9e7df6fd79ab15bbb3aa.tar.gz bugzilla-61cbf413b708fcf6990a9e7df6fd79ab15bbb3aa.tar.xz |
another M9 hard coded in to most doomed
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi index 8dc504e5e..c7a22fcd3 100755 --- a/reports.cgi +++ b/reports.cgi @@ -627,7 +627,7 @@ FIN if ($person) { 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=M9&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\">\n"); print("$bugsperperson{$person} bugs and features"); print("</A>"); print(" for \n"); |