diff --git a/include/class.ticket.php b/include/class.ticket.php index 38dac6ca59d86e19f6d9192114fe8bcbe8376cd8..9750fb41af5947fb199864ad6283ab71ae8838cf 100644 --- a/include/class.ticket.php +++ b/include/class.ticket.php @@ -1023,9 +1023,6 @@ class Ticket { $msg = $this->replaceVars($msg->asArray(), $vars); - if ($cfg->stripQuotedReply() && ($tag=$cfg->getReplySeparator())) - $msg['body'] = "<p style=\"display:none\">$tag<p>".$msg['body']; - $attachments = $cfg->emailAttachments()?$entry->getAttachments():array(); $options = array('inreplyto' => $entry->getEmailMessageId()); foreach ($recipients as $recipient) {