* Temporarily disabled the 'Drafts' functions. I like the idea, but it doesn't work...
[citadel.git] / webcit / messages.c
index 485f23d7a852757c3bdf070f84573661667c5d29..96b35a69a06856086cd68b646399c8be9ed1b58b 100644 (file)
@@ -1350,7 +1350,7 @@ void post_message(void)
                Buf = NewStrBuf();
 
                if (save_to_drafts) {
-                       /** temporarily change to the drafts room */
+                       /* temporarily change to the drafts room */
                        serv_puts("GOTO _DRAFTS_");
                        StrBuf_ServGetln(Buf);
                        if (GetServerStatus(Buf, NULL) != 2) {