summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-14 21:51:39 +0000
committeruckelman <uckelman@nomic.net>2010-04-14 21:51:39 +0000
commit3ffa73a8e7fa877a65528939bf10b90e198bd66f (patch)
treecfc38198943813528556da27167149030eff2f0e /src
parent00795f97d2edc0dd9ddc602bd6931afae8e2763f (diff)
Added TODOs.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6717 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r--src/F2M.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/F2M.php b/src/F2M.php
index 52d1eb2..3c3d16a 100644
--- a/src/F2M.php
+++ b/src/F2M.php
@@ -7,6 +7,9 @@ catch (Exception $e) {
trigger_error($e, E_USER_ERROR);
}
+# TODO: wrap long lines
+# TODO: handle attachments
+
function send_to_lists($user, $mode, $data, $post_data) {
/*
@@ -16,6 +19,14 @@ function send_to_lists($user, $mode, $data, $post_data) {
print '</p>';
*/
+/*
+ $text = nl2br($data['message']);
+ $bbcode = new bbcode(base64_encode($data['bbcode_bitfield']));
+ $bbcode->bbcode_second_pass($text, $data['bbcode_uid'], $data['bbcode_bitfield']);
+
+ print $text;
+*/
+
require_once('Mail.php');
require_once(__DIR__ . '/Bridge.php');