From 456cf72ccb70e8569e79c225f5ec28f658da397a Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Wed, 8 Mar 2000 14:46:18 +0000 Subject: [PATCH] Whoops; removed extra double-quote. git-svn-id: svn://10.0.0.236/trunk@62395 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/reports.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/reports.cgi b/mozilla/webtools/bugzilla/reports.cgi index 805de8da967..6b2d8cb1bcc 100755 --- a/mozilla/webtools/bugzilla/reports.cgi +++ b/mozilla/webtools/bugzilla/reports.cgi @@ -600,7 +600,7 @@ FIN { my $query = "select count(bug_id) from bugs,profiles where target_milestone=\"$ms\" and userid=assigned_to and userid=\"$person\""; if( $::FORM{'product'} ne "-All-" ) { - $query .= "and bugs.product=".SqlQuote($::FORM{'product'})"; + $query .= "and bugs.product=".SqlQuote($::FORM{'product'}); } $query .= <