From bcb60f70212c02a10a2500e731cd0864379457b6 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Tue, 2 Oct 2001 08:20:52 +0000 Subject: Fix for bug 52885: automatic radio selection for reassign shouldn't trigger if new text is same as original owner or empty. Patch by Christopher Aillon (caillon@returnzero.com). R=Bradley Baetz (bbaetz@cs.mcgill.ca). No 2nd review needed. --- 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 21e9e32cf..0ce4f29bd 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -498,7 +498,7 @@ if ($canedit || $::userid == $assignedtoid || Resolve bug, mark it as duplicate of bug #
\n"; $knum++; - my $assign_element = ""; + my $assign_element = ""; print " Reassign bug to -- cgit v1.2.3-24-g4f1b