From bd745e24d075ac887490a343022a2d7b583f5413 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 1 Oct 2008 11:21:08 +0000 Subject: [PATCH] Missing -- sorry translators :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266883 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index c89a4f4339..5701f640ce 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -1,5 +1,5 @@ - + curl_setopt @@ -784,8 +784,8 @@ The full data to post in a HTTP "POST" operation. To post a file, prepend a filename with @ and use the full path. This can either be passed as a urlencoded - string like 'para1=val1&para2=val2&...' or as an array with the - field name as key and field data as value. + string like 'para1=val1&para2=val2&...' + or as an array with the field name as key and field data as value.