Prepare select of type of line

This commit is contained in:
Laurent Destailleur
2009-03-08 23:09:45 +00:00
parent a3fd04bb25
commit a4815bf44c
5 changed files with 150 additions and 79 deletions

View File

@@ -2407,7 +2407,7 @@ function dol_string_nohtmltag($StringHtml,$removelinefeed=1)
{
$temp = str_replace(" "," ",$temp);
}
$CleanString = $temp;
$CleanString = trim($temp);
return $CleanString;
}