]> code.citadel.org Git - citadel.git/blobdiff - webcit/notes.c
* Removed the "convert_to_html" option from text_to_server() because we no
[citadel.git] / webcit / notes.c
index 667745c7fcbce75ac66e55d94e125ff9b4bfeed0..137480a52528121fd64bb4fbe7a6fe6a9487d229 100644 (file)
@@ -3,7 +3,7 @@
  */
 /**
  * \defgroup StickyNotes Functions which handle "sticky notes"
- *
+ * \ingroup WebcitDisplayItems
  */
 /*@{*/
 #include "webcit.h"
@@ -91,7 +91,7 @@ void updatenote(void)
        serv_printf("ENT0 1||0|0||||||%s", bstr("eid"));
        serv_getln(buf, sizeof buf);
        if (buf[0] == '4') {
-               text_to_server(bstr("value"), 0);
+               text_to_server(bstr("value"));
                serv_puts("000");
        }