diff --git a/include/class.ticket.php b/include/class.ticket.php
index 46e7d863696c8755fd72b70868464887c7315534..104ff20b4517ef22d785b3f4f40ede84195134e9 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();