]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fixed a typo
authorendico%mozilla.org <>
Fri, 27 Aug 1999 11:11:44 +0000 (11:11 +0000)
committerendico%mozilla.org <>
Fri, 27 Aug 1999 11:11:44 +0000 (11:11 +0000)
reports.cgi

index e5098803506225b3d20e76b90c6dd9e4cea3a9de..8dc504e5ee959eb7e1b2df392ef75a2aa8b096ae 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=\"$ms\"&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");