]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.
authorterry%mozilla.org <>
Sun, 30 Jan 2000 04:13:30 +0000 (04:13 +0000)
committerterry%mozilla.org <>
Sun, 30 Jan 2000 04:13:30 +0000 (04:13 +0000)
processmail

index f6912c99a6e2590387cbd886ead4d2eac4ba4224..618c6dbc151b555cef53cb79645681aadc37bfa5 100755 (executable)
@@ -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);
 +============================================================================+
 | @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |