From 14934552b8ee0122dc2272a2d08b5c571c67eeec Mon Sep 17 00:00:00 2001 From: uckelman Date: Tue, 13 Apr 2010 19:56:59 +0000 Subject: Added FIXME. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6697 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/M2F.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/M2F.php b/src/M2F.php index 4d23861..12d2366 100644 --- a/src/M2F.php +++ b/src/M2F.php @@ -57,7 +57,10 @@ 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.3