From f281bf253484450cd5dcc847fecbe86e5b305188 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 12 Oct 2001 05:18:35 +0000 Subject: Bug 76161 - Don't select "resolve as dup" radio button when exiting empty dupe field. Patch by justdave, r=jake, caillon. --- bug_form.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 0ce4f29bd..af6618db5 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -496,7 +496,7 @@ if ($canedit || $::userid == $assignedtoid || $knum++; print " Resolve bug, mark it as duplicate of bug # -
\n"; +
\n"; $knum++; my $assign_element = ""; -- cgit v1.2.3-24-g4f1b