2
0
forked from Wavyzz/dolibarr

add todo comment

This commit is contained in:
ATM john
2022-03-30 12:33:17 +02:00
parent c1d9ea95dc
commit d50e0457f3

View File

@@ -765,6 +765,7 @@ function sanitizeVal($out = '', $check = 'alphanohtml', $filter = null, $options
{
global $conf;
// TODO : use class "Validate" to perform tests (and add missing tests) if needed for factorize
// Check is done after replacement
switch ($check) {
case 'none':