Maxi clean of code

This commit is contained in:
Laurent Destailleur
2020-09-18 01:29:17 +02:00
parent fa1d14fc7d
commit c4b5f5a249
109 changed files with 276 additions and 277 deletions

View File

@@ -76,7 +76,7 @@ if ($action == 'updateMask')
}
} elseif ($action == 'set_param')
{
$freetext = GETPOST('RECEPTION_FREE_TEXT', 'none'); // No alpha here, we want exact string
$freetext = GETPOST('RECEPTION_FREE_TEXT', 'restricthtml'); // No alpha here, we want exact string
$res = dolibarr_set_const($db, "RECEPTION_FREE_TEXT", $freetext, 'chaine', 0, '', $conf->entity);
if ($res <= 0)
{