]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Removed the "convert_to_html" option from text_to_server() because we no
[citadel.git] / webcit / webcit.c
index ed8b713f2663796653f2af6691c25493f1f37f8b..1d9610c41c6aeb6f0c73dbeab96e2a3b5a383b45 100644 (file)
@@ -5,7 +5,7 @@
  * \defgroup MainServer This is the main transaction loop of the web service.  It maintains a
  * persistent session to the Citadel server, handling HTTP WebCit requests as
  * they arrive and presenting a user interface.
- * \ingroup BackendWebServer
+ * \ingroup WebcitHttpServer
  */
 /*@{*/
 #include "webcit.h"
@@ -925,7 +925,7 @@ void ajax_servcmd(void)
                wprintf("000");
        }
        if (buf[0] == '4') {
-               text_to_server(bstr("g_input"), 0);
+               text_to_server(bstr("g_input"));
                serv_puts("000");
        }
        if (buf[0] == '6') {