summaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-08-13 09:48:45 +0200
committerjustdave%syndicomm.com <>2001-08-13 09:48:45 +0200
commit4896251a3b321d2d71dbd44102aaa45c417d1b67 (patch)
treeaf5df1b02e4c1d03f6a88815f5731beefae12545 /duplicates.cgi
parent01503e37e5415702b30e0fe8ff58c31d69e404a0 (diff)
downloadbugzilla-4896251a3b321d2d71dbd44102aaa45c417d1b67.tar.gz
bugzilla-4896251a3b321d2d71dbd44102aaa45c417d1b67.tar.xz
Fix silly syntax error I missed.
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-xduplicates.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/duplicates.cgi b/duplicates.cgi
index 0da4f1624..ed5021291 100755
--- a/duplicates.cgi
+++ b/duplicates.cgi
@@ -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