From: terry%mozilla.org <> Date: Wed, 8 Mar 2000 22:46:18 +0000 (+0000) Subject: Whoops; removed extra double-quote. X-Git-Tag: bugzilla-2.12~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d51a2ceae39a396d359bcc35b53bb068c1cbf90;p=thirdparty%2Fbugzilla.git Whoops; removed extra double-quote. --- diff --git a/reports.cgi b/reports.cgi index 805de8da96..6b2d8cb1bc 100755 --- a/reports.cgi +++ b/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 .= <