From 37dbca92592625321dc385a6101852d7d1e481f7 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Sat, 29 Jan 2000 20:13:30 +0000 Subject: [PATCH] Patch by aclark@ghoti.org -- clear the accumulation buffer before using it. git-svn-id: svn://10.0.0.236/trunk@59197 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/processmail | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/bugzilla/processmail b/mozilla/webtools/bugzilla/processmail index f6912c99a6e..618c6dbc151 100755 --- a/mozilla/webtools/bugzilla/processmail +++ b/mozilla/webtools/bugzilla/processmail @@ -213,6 +213,7 @@ sub GetBugText { $::bug{'voterlist'} = join(',', @voterlist); if (Param("prettyasciimail")) { + $^A = ""; my $temp = formline <<'END',$::bug{'short_desc'},$id,$::bug{'product'},$::bug{'bug_status'},$::bug{'version'},$::bug{'resolution'},$::bug{'rep_platform'},$::bug{'bug_severity'},$::bug{'op_sys'},$::bug{'priority'},$::bug{'component'},$::bug{'assigned_to'},$::bug{'reporter'},$qa_contact,DescCC(\@cclist),$target_milestone,${status_whiteboard},$::bug{'bug_file_loc'},DescDependencies($id); +============================================================================+ | @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |