diff --git a/ajax_dataload.php b/ajax_dataload.php index b8ebe77ed..c4025d679 100755 --- a/ajax_dataload.php +++ b/ajax_dataload.php @@ -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)) {