summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
authorendico%mozilla.org <>1999-08-27 12:57:49 +0200
committerendico%mozilla.org <>1999-08-27 12:57:49 +0200
commitdd03c5ef59ff42cf570a801e337cf8e925db6fe0 (patch)
treecdfbda2c5f80f752ac559d64c52913da1171525b /reports.cgi
parent17e3ebfc4ca25abdfb327b02cb491682a4a7445b (diff)
downloadbugzilla-dd03c5ef59ff42cf570a801e337cf8e925db6fe0.tar.gz
bugzilla-dd03c5ef59ff42cf570a801e337cf8e925db6fe0.tar.xz
oops. M9 was haredwired in
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi2
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");