From 88ba94068f63be8dcb16a838f87482e65d35640f Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 30 Jul 2012 13:26:16 -0500 Subject: [PATCH] Look at supporting something like %poster later --- include/class.ticket.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/class.ticket.php b/include/class.ticket.php index 46e7d8636..104ff20b4 100644 --- a/include/class.ticket.php +++ b/include/class.ticket.php @@ -1523,6 +1523,8 @@ class Ticket{ $body=$this->replaceTemplateVars($msg['body']); $subj=$this->replaceTemplateVars($msg['subj']); $body = str_replace('%note',"$title\n\n$note",$body); + # TODO: Support a variable replacement of the staff writing the + # note // Alert recipients $recipients=array(); -- GitLab