Add a 'go' value to the 'edit room configuration' tab so it automatically selects...
[citadel.git] / webcit / subst.c
index 6e5ab6fc690248e63532ddf0408ae3c8bfff4cac..1a8d029f0eef959e6f96c4ae65bd6d7b6219c1d9 100644 (file)
@@ -113,6 +113,7 @@ const char *CtxNames[]  = {
        "Context SIEVE Script",
        "Context MailQ-Item",
        "Context MailQ-Recipient",
+       "Context ServLogStatus",
        "Context UNKNOWN"
 };
 
@@ -583,10 +584,10 @@ long GetTemplateTokenNumber(StrBuf *Target, WCTemplputParams *TP, int N, long df
 }
 
 
-/**
- * \brief puts string into the template and computes which escape methon we should use
- * \param Source the string we should put into the template
- * \param FormatTypeIndex where should we look for escape types if?
+/*
+ * puts string into the template and computes which escape methon we should use
+ * Source = the string we should put into the template
+ * FormatTypeIndex = where should we look for escape types if?
  */
 void StrBufAppendTemplate(StrBuf *Target, 
                          WCTemplputParams *TP,