Fix ajax dataload per PHP 8.1

This commit is contained in:
Luca 2022-03-23 19:22:43 +01:00
parent 2205407b66
commit 3316b95a5e
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ if (!empty($query)) {
$column['class'] = $align[$field];
}
$value = trim($r[$field]);
$value = trim((string) $r[$field]);
// Formattazione HTML
if (empty($total['html_format'][$pos]) && !empty($value)) {