]> code.citadel.org Git - citadel.git/blobdiff - webcit/sysmsgs.c
* Removed the "convert_to_html" option from text_to_server() because we no
[citadel.git] / webcit / sysmsgs.c
index 664a8b700490cadc5edc5b8e4d8a311e56ecb4ce..7de39987929cbaebffca2f30d7e3075c9308f271 100644 (file)
@@ -3,6 +3,7 @@
  */
 /**
  * \defgroup ShowSysMsgs Editing of various text files on the Citadel server.
+ * \ingroup WebcitDisplayItems
  */
 /*@{*/
 #include "webcit.h"
@@ -87,7 +88,7 @@ void save_edit(char *description, char *enter_cmd, int regoto)
                display_main_menu();
                return;
        }
-       text_to_server(bstr("msgtext"), 0);
+       text_to_server(bstr("msgtext"));
        serv_puts("000");
 
        if (regoto) {