summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-05-09 17:35:05 +0000
committeruckelman <uckelman@nomic.net>2010-05-09 17:35:05 +0000
commit04b0a00cc3c9b9903498babe5c3c7f943dbf8228 (patch)
treee47266c4409e4c769acedc5b35089f0e93504ab5
parent8029a022bda665a51394150d9530e82e2813c8bd (diff)
Added comment.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6828 67b53d14-2c14-4ace-a08f-0dab2b34000c
-rw-r--r--src/HTTP_POST_multipart.php3
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;