From a97d48ec24e5e7d931bd8a0dc39c597ce758d106 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 20 Jun 2006 00:30:23 +0000 Subject: Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Buclin r=vladd a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/bug_email.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/bug_email.pl') diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 66a87d038..546c08dc5 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -38,7 +38,7 @@ # # You need to work with bug_email.pl the MIME::Parser installed. # -# $Id: bug_email.pl,v 1.40 2006/06/19 16:25:02 vladd%bugzilla.org Exp $ +# $Id: bug_email.pl,v 1.41 2006/06/19 17:30:24 lpsolit%gmail.com Exp $ ############################################################### # 02/12/2000 (SML) @@ -1081,7 +1081,7 @@ END $val = $Control{ $field }; - $val = DBID_to_name( $val ) if( $field =~ /reporter|assigned_to|qa_contact/ ); + $val = user_id_to_login( $val ) if( $field =~ /reporter|assigned_to|qa_contact/ ); $tmp_reply .= sprintf( " \@%-15s = %-15s\n", $field, $val ); -- cgit v1.2.3-24-g4f1b