2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2010-11-13 00:16:41 +00:00
parent 3d6c1066ea
commit ea1913d2e6

View File

@@ -2963,10 +2963,10 @@ function picto_required()
/** /**
* \brief Clean a string from all HTML tags and entities * Clean a string from all HTML tags and entities
* \param StringHtml String to clean * @param StringHtml String to clean
* \param removelinefeed Replace also all lines feeds by a space * @param removelinefeed Replace also all lines feeds by a space
* \return string String cleaned * @return string String cleaned
*/ */
function dol_string_nohtmltag($StringHtml,$removelinefeed=1) function dol_string_nohtmltag($StringHtml,$removelinefeed=1)
{ {