Commit 4d51a2ce authored by terry%mozilla.org's avatar terry%mozilla.org

Whoops; removed extra double-quote.

parent 684db15c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment