Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.

This commit is contained in:
terry%mozilla.org 2000-01-29 20:13:30 +00:00
Родитель 8306438b64
Коммит 489123e30e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);
+============================================================================+
| @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |