Whoops; removed extra double-quote.

git-svn-id: svn://10.0.0.236/trunk@62395 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
2000-03-08 14:46:18 +00:00
parent 4147974f59
commit 456cf72ccb

View File

@@ -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 .= <<FIN;
and