diff options
author | endico%mozilla.org <> | 1999-08-27 12:57:49 +0200 |
---|---|---|
committer | endico%mozilla.org <> | 1999-08-27 12:57:49 +0200 |
commit | dd03c5ef59ff42cf570a801e337cf8e925db6fe0 (patch) | |
tree | cdfbda2c5f80f752ac559d64c52913da1171525b /reports.cgi | |
parent | 17e3ebfc4ca25abdfb327b02cb491682a4a7445b (diff) | |
download | bugzilla-dd03c5ef59ff42cf570a801e337cf8e925db6fe0.tar.gz bugzilla-dd03c5ef59ff42cf570a801e337cf8e925db6fe0.tar.xz |
oops. M9 was haredwired in
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 625c3d50b..e50988035 100755 --- a/reports.cgi +++ b/reports.cgi @@ -614,7 +614,7 @@ 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=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"); |