From 96dc851161e3c14d663ac4af874bdd7a2bf2594b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 15 May 2013 13:24:18 +0200 Subject: [PATCH] Doxygen --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index c440b8d33dd..9f543529379 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -3323,7 +3323,7 @@ function picto_required() * * @param string $StringHtml String to clean * @param string $removelinefeed Replace also all lines feeds by a space - * @param string $pagecodeto Encoding of input string + * @param string $pagecodeto Encoding of input/output string * @return string String cleaned */ function dol_string_nohtmltag($StringHtml,$removelinefeed=1,$pagecodeto='UTF-8')