diff options
author | uckelman <uckelman@nomic.net> | 2010-05-09 17:35:05 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-05-09 17:35:05 +0000 |
commit | 04b0a00cc3c9b9903498babe5c3c7f943dbf8228 (patch) | |
tree | e47266c4409e4c769acedc5b35089f0e93504ab5 /src | |
parent | 8029a022bda665a51394150d9530e82e2813c8bd (diff) |
Added comment.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6828 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r-- | src/HTTP_POST_multipart.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTTP_POST_multipart.php b/src/HTTP_POST_multipart.php index 06a1d0d..5fb806b 100644 --- a/src/HTTP_POST_multipart.php +++ b/src/HTTP_POST_multipart.php @@ -113,7 +113,8 @@ class HTTP_POST_multipart { } $boundary = self::buildBoundary($postParts); - + + # put it all together $bd = '--' . $boundary . EOL; $final_bd = '--' . $boundary . '--' . EOL; |