diff options
author | uckelman <uckelman@nomic.net> | 2010-05-11 21:53:08 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-05-11 21:53:08 +0000 |
commit | afe35c6acfa286cac5c14883068e85d259008780 (patch) | |
tree | 125d28c286036b32ddf1f1c935df36e7179bd1b5 /src/list_post_receive.php | |
parent | 1ffa2258bc31eeac8550aa4eb03c3d0e7f8063d1 (diff) |
Added TODOs.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6854 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src/list_post_receive.php')
-rw-r--r-- | src/list_post_receive.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/list_post_receive.php b/src/list_post_receive.php index ea06184..5343ec6 100644 --- a/src/list_post_receive.php +++ b/src/list_post_receive.php @@ -1,8 +1,7 @@ <?php # TODO: logging! -# TODO: translation of quoting to bbcode? -# TODO: handle attachments +# TODO: Refactor postMessage(). try { require_once(__DIR__ . '/Bridge.php'); |