]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Whoops; removed extra double-quote.
authorterry%mozilla.org <>
Wed, 8 Mar 2000 22:46:18 +0000 (22:46 +0000)
committerterry%mozilla.org <>
Wed, 8 Mar 2000 22:46:18 +0000 (22:46 +0000)
reports.cgi

index 805de8da967a31d20fe994d1593392e22ebd2b6a..6b2d8cb1bccc44a2096ac7a674db3c4994180923 100755 (executable)
@@ -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