diff options
author | uckelman <uckelman@nomic.net> | 2010-04-27 20:54:34 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-27 20:54:34 +0000 |
commit | 1271862d253f5f5616cec0d9401c4490a4f4469d (patch) | |
tree | e5f82c05bd97b6d46b7a5491589fbfe02b8a7876 /src | |
parent | 74a315b1c9e0cd71ae574456b58e25ff75e5c9aa (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')
-rw-r--r-- | src/F2M.php | 1 |
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') { |