Fix minore

This commit is contained in:
MatteoPistorello 2022-11-15 17:42:01 +01:00
parent 11b14bbaec
commit f123d506f5
1 changed files with 0 additions and 2 deletions

View File

@ -78,7 +78,6 @@ if (!empty($query)) {
// Allineamento delle righe
$align = [];
$i = 0;
$row = isset($rows[0]) ? $rows[0] : [];
foreach ($row as $field => $value) {
if (!empty($value)){
@ -94,7 +93,6 @@ if (!empty($query)) {
elseif (formatter()->isStandardDate($value) || preg_match('/^icon_(.+?)$/', $field)) {
$align[$field] = 'text-center';
}
$i++;
}
// Creazione della tabella