]> code.citadel.org Git - citadel.git/blobdiff - webcit/paging.c
* Removed the "convert_to_html" option from text_to_server() because we no
[citadel.git] / webcit / paging.c
index 3dee4f53319e9eca518ce0e03c59a0bda0eace54..bde07115e4eeb3e508ee9125aeb6bdbaf0eb9d06 100644 (file)
@@ -3,6 +3,7 @@
  */
 /**
  * \defgroup PageFunc Functions which implement the chat and paging facilities.
+ * \ingroup ClientPower
  */
 /*@{*/
 #include "webcit.h"
@@ -92,7 +93,7 @@ void page_user(void)
                serv_getln(buf, sizeof buf);
 
                if (buf[0] == '4') {
-                       text_to_server(bstr("msgtext"), 0);
+                       text_to_server(bstr("msgtext"));
                        serv_puts("000");
                        wprintf("<EM>");
                        wprintf(_("Message has been sent to "));