Index: mail.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/project/mail.inc,v retrieving revision 1.36 diff -u -r1.36 mail.inc --- mail.inc 7 Sep 2004 20:47:41 -0000 1.36 +++ mail.inc 9 Jan 2005 20:57:22 -0000 @@ -273,23 +273,6 @@ $header[] = "Message-Id: nid&cid=$entry->cid&host=@$domain>"; $header[] = "In-Reply-To: nid&host=@$domain>"; $header[] = "References: nid&host=@$domain> nid&cid=$prev->cid&host=@$domain> nid&revcount=1&host=@$domain>"; - - $body .= "\n\n\n"; - $body .= t('Previous comments:'); - foreach ($history as $entry) { - if ($entry->uid) { - $uids[$entry->uid] = "u.uid = $entry->uid"; - } - project_mail_output($entry->body); - $body .= "\n$hr\n\n"; - $body .= format_date($entry->created) ." : $entry->name\n\n"; - if ($entry->file_path && file_exists($entry->file_path)) { - $body .= t('Attachment') .': '. file_create_url($entry->file_path) .' ('. format_size($entry->file_size) .")\n\n"; - } - if ($entry->body) { - $body .= "$entry->body\n"; - } - } } else { $header[] = "Message-Id: nid&host=@$domain>";