summaryrefslogtreecommitdiff
path: root/src/F2M.php
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-27 20:54:34 +0000
committeruckelman <uckelman@nomic.net>2010-04-27 20:54:34 +0000
commit1271862d253f5f5616cec0d9401c4490a4f4469d (patch)
treee5f82c05bd97b6d46b7a5491589fbfe02b8a7876 /src/F2M.php
parent74a315b1c9e0cd71ae574456b58e25ff75e5c9aa (diff)
Removed outdated FIXME.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6767 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src/F2M.php')
-rw-r--r--src/F2M.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/F2M.php b/src/F2M.php
index 95b26aa..dd5e06b 100644
--- a/src/F2M.php
+++ b/src/F2M.php
@@ -65,7 +65,6 @@ function send_post_to_lists($config, $user, $mode, $data, $post_data) {
throw new Exception('unrecognized post id: ' . $firstId);
}
-# TODO: try to build better References by matching, maybe?
$inReplyTo = $references = $firstMessageId;
}
else if ($mode == 'edit') {