From 82de2c9e72443f13991952371df7f98287a18500 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 9 May 2010 21:37:56 +0000 Subject: Removed fixed FIXME. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6838 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/list_post_receive.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/list_post_receive.php b/src/list_post_receive.php index 0896324..ea06184 100644 --- a/src/list_post_receive.php +++ b/src/list_post_receive.php @@ -2,6 +2,7 @@ # TODO: logging! # TODO: translation of quoting to bbcode? +# TODO: handle attachments try { require_once(__DIR__ . '/Bridge.php'); @@ -61,9 +62,6 @@ try { $postType = 'post'; } -# FIXME: the subject and body may be charset encoded---need to decode these -# before posting! - # Post the message to the forum $postId = $phpbb->postMessage($postType, $forumId, $topicId, $msg); $bridge->setPostId($messageId, $postId); -- cgit v1.2.1