]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix silly syntax error I missed.
authorjustdave%syndicomm.com <>
Mon, 13 Aug 2001 07:48:45 +0000 (07:48 +0000)
committerjustdave%syndicomm.com <>
Mon, 13 Aug 2001 07:48:45 +0000 (07:48 +0000)
duplicates.cgi

index 0da4f16247603f6976100089862837f8c82ee099..ed5021291ed11097108994349ae347aa6e8c7d9c 100755 (executable)
@@ -172,9 +172,9 @@ foreach (@sortedcount)
   my $id = $_;
   SendSQL("SELECT component, bug_severity, op_sys, target_milestone, short_desc, groupset, bug_status, resolution" .
                  " FROM bugs WHERE bug_id = $id");
-  my ($component, $severity, $op_sys, $milestone, $summary, $groupset, $bug_status, $resolution) = FetchSQLData();.
-        next unless $groupset == 0;
-        $summary = html_quote($summary);
+  my ($component, $severity, $op_sys, $milestone, $summary, $groupset, $bug_status, $resolution) = FetchSQLData();
+  next unless $groupset == 0;
+  $summary = html_quote($summary);
 
   # Show all bugs except those CLOSED _OR_ VERIFIED but not INVALID or WONTFIX.
   # We want to see VERIFIED INVALID and WONTFIX because common "bugs" which aren't