Commit 7d4e9f5f authored by dave%intrec.com's avatar dave%intrec.com

Undoing missing QA bug introduced with earlier patch (see bug 30826 for

details)
parent aae337d3
......@@ -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'} = "";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment