From eaf1ffb2418b51281339afd0afd3ac17824621d5 Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Tue, 27 Feb 2001 09:32:27 +0000 Subject: fix for bug 67482: parens in user's real name was confusing bugzilla. Patch by jake@acutex.net --- bug_form.pl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index df1f1df99..c0c7caf20 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -119,6 +119,7 @@ my $assignedtoid = $bug{'assigned_to'}; my $reporterid = $bug{'reporter'}; my $qacontactid = $bug{'qa_contact'}; +$bug{'assigned_to_email'} = DBID_to_name($assignedtoid); $bug{'assigned_to'} = DBID_to_real_or_loginname($bug{'assigned_to'}); $bug{'reporter'} = DBID_to_real_or_loginname($bug{'reporter'}); @@ -444,11 +445,7 @@ if ($canedit || $::userid == $assignedtoid || Resolve bug, mark it as duplicate of bug #
\n"; $knum++; - if ( $bug{'assigned_to'} =~ /(.*)\((.*)\)/ ) { - $bug{'assigned_to'} = $1; - chop($bug{'assigned_to'}); - } - my $assign_element = ""; + my $assign_element = ""; print " Reassign bug to -- cgit v1.2.3-24-g4f1b