From: zach%zachlipton.com <>
Date: Tue, 2 Oct 2001 08:20:52 +0000 (+0000)
Subject: Fix for bug 52885: automatic radio selection for reassign shouldn't
X-Git-Tag: bugzilla-2.14.1~118
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb60f70212c02a10a2500e731cd0864379457b6;p=thirdparty%2Fbugzilla.git
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.
---
diff --git a/bug_form.pl b/bug_form.pl
index 21e9e32cf5..0ce4f29bd4 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