Skip to content
Snippets Groups Projects
Commit 536f565d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix Return value is always utf8 encoded and without entities.

parent b57f0a0e
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,7 @@ function getState($id,$withcode='',$dbtouse=0)
}
else
{
return $langs->trans("NotDefined");
return $langs->transnoentitiesnoconv("NotDefined");
}
}
else dol_print_error($dbtouse,'');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment