]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
another M9 hard coded in to most doomed
authorendico%mozilla.org <>
Sun, 29 Aug 1999 22:42:12 +0000 (22:42 +0000)
committerendico%mozilla.org <>
Sun, 29 Aug 1999 22:42:12 +0000 (22:42 +0000)
reports.cgi

index 8dc504e5ee959eb7e1b2df392ef75a2aa8b096ae..c7a22fcd32d80a4bca67b4eb86464ba07bfcc7cd 100755 (executable)
@@ -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");