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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user