From: dave%intrec.com <> Date: Wed, 2 Aug 2000 02:52:06 +0000 (+0000) Subject: Undoing missing QA bug introduced with earlier patch (see bug 30826 for X-Git-Tag: bugzilla-2.12~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4e9f5f448fb32d95474e00c5185633ae306448;p=thirdparty%2Fbugzilla.git Undoing missing QA bug introduced with earlier patch (see bug 30826 for details) --- diff --git a/processmail b/processmail index f2f0f26fc2..5431fda11a 100755 --- a/processmail +++ b/processmail @@ -191,7 +191,7 @@ sub GetBugText { my $status_whiteboard = ""; if (Param('useqacontact') && $::bug{'qa_contact'} > 0) { $::bug{'qa_contact'} = DBID_to_name($::bug{'qa_contact'}); - $qa_contact = "$::bug{'qa_contact'}\n"; + $qa_contact = "QAContact: $::bug{'qa_contact'}\n"; } else { $::bug{'qa_contact'} = ""; }