]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
oops. M9 was haredwired in
authorendico%mozilla.org <>
Fri, 27 Aug 1999 10:57:49 +0000 (10:57 +0000)
committerendico%mozilla.org <>
Fri, 27 Aug 1999 10:57:49 +0000 (10:57 +0000)
reports.cgi

index 625c3d50be68a4635ff5323d41ad7e4fc9455a0c..e5098803506225b3d20e76b90c6dd9e4cea3a9de 100755 (executable)
@@ -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");