Added a comma after each msgnum exported. The parser was globbing them all together...
[citadel.git] / ctdlphp / postmsg.php
index 4d40d4d4ed9ba5d8af818752fae08bfb32113a26..0edea5a5e0979fc20e3c88686f1960c29ae01fd7 100644 (file)
@@ -12,7 +12,7 @@
        else {
                serv_puts("Content-type: text/html");
                serv_puts("");
-               text_to_server($_REQUEST["msgtext"], TRUE);
+               text_to_server(stripslashes($_REQUEST["msgtext"]), TRUE);
        }
 
        echo "Message has been posted.<BR>\n" ;