From 80280a3497586dfeca6bdd31324c5d8708e6f398 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Mon, 17 Mar 2014 17:36:56 -0500
Subject: [PATCH] oops: Single reply separator for activity notice

---
 include/class.ticket.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/class.ticket.php b/include/class.ticket.php
index 38dac6ca5..9750fb41a 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) {
-- 
GitLab