diff options
author | uckelman <uckelman@nomic.net> | 2010-04-30 21:06:26 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-30 21:06:26 +0000 |
commit | 952a0953515f0854ef6d95317b38d4e1c12b916a (patch) | |
tree | 64179bc904642f2a32fec8eb7e88264169b7a91b /src | |
parent | 5d56c751906a02df1f69f745ace594c2d7f43a54 (diff) |
Updated comment.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6793 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r-- | src/F2M.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/F2M.php b/src/F2M.php index 9eff271..7e35f60 100644 --- a/src/F2M.php +++ b/src/F2M.php @@ -49,7 +49,7 @@ function send_post_to_lists($config, $user, $mode, $data, $post_data) { $time = null; if ($mode == 'edit') { - # Post time is NOT updated when posts are edited; we get the current time + # Post time is NOT updated on edit, so we get the current time $time = time(); } else { |