diff options
author | endico%mozilla.org <> | 1999-08-27 13:11:44 +0200 |
---|---|---|
committer | endico%mozilla.org <> | 1999-08-27 13:11:44 +0200 |
commit | 2252640963e8af4a17c68ac190d8921cc6279299 (patch) | |
tree | 87ac49a980655baa8f48d6ebdc040cdb9544295e /reports.cgi | |
parent | dd03c5ef59ff42cf570a801e337cf8e925db6fe0 (diff) | |
download | bugzilla-2252640963e8af4a17c68ac190d8921cc6279299.tar.gz bugzilla-2252640963e8af4a17c68ac190d8921cc6279299.tar.xz |
fixed a typo
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 e50988035..8dc504e5e 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=\"$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"); |