ECM works with sepcial chars

This commit is contained in:
Laurent Destailleur 2008-10-25 22:23:49 +00:00
parent 644839a098
commit beb81e3af3

View File

@ -75,7 +75,7 @@ class EcmDirectory // extends CommonObject
$now=time();
// Clean parameters
$this->label=sanitizeFileName($this->label);
$this->label=dol_string_nospecial(trim($this->label));
$this->fk_parent=trim($this->fk_parent);
$this->description=trim($this->description);
if (! $this->cachenbofdoc) $this->cachenbofdoc=0;