summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-05-09 21:37:56 +0000
committeruckelman <uckelman@nomic.net>2010-05-09 21:37:56 +0000
commit82de2c9e72443f13991952371df7f98287a18500 (patch)
tree281f686e843bd2018b62374e533a7d3b6a24cf25
parent184d79069964187fa556889af108f12778530f50 (diff)
Removed fixed FIXME.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6838 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r--src/list_post_receive.php4
1 files changed, 1 insertions, 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);