From 986794ad7ffea4566c24fb2a62f345c1454fc95d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Wed, 18 Sep 2013 23:39:53 +0200 Subject: [PATCH] Fix doxygen --- htdocs/core/lib/geturl.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/lib/geturl.lib.php b/htdocs/core/lib/geturl.lib.php index d762dc8f631..6aef0bf9ca7 100644 --- a/htdocs/core/lib/geturl.lib.php +++ b/htdocs/core/lib/geturl.lib.php @@ -17,9 +17,8 @@ */ /** - * \file htdocs/core/lib/functions2.lib.php - * \brief A set of functions for Dolibarr - * This file contains all rare functions. + * \file htdocs/core/lib/geturl.lib.php + * \brief This file contains functions dedicated to get URL. */ /** @@ -29,7 +28,7 @@ * @param string $postorget 'POST', 'GET', 'HEAD' * @param string $param Paraemeters of URL (x=value1&y=value2) * @param string $followlocation 1=Follow location, 0=Do not follow - * @param array $addhearers Array of string to add into header. Example: ('Accept: application/xrds+xml', ....) + * @param array $addheaders Array of string to add into header. Example: ('Accept: application/xrds+xml', ....) * @return array Returns an associative array containing the response from the server array('content'=>response,'curl_error_no'=>errno,'curl_error_msg'=>errmsg...) */ function getURLContent($url,$postorget='GET',$param='',$followlocation=1,$addheaders=array()) @@ -125,3 +124,4 @@ function getURLContent($url,$postorget='GET',$param='',$followlocation=1,$addhea return $rep; } +?> \ No newline at end of file -- GitLab