Fix minore
This commit is contained in:
parent
11b14bbaec
commit
f123d506f5
|
@ -78,7 +78,6 @@ if (!empty($query)) {
|
||||||
|
|
||||||
// Allineamento delle righe
|
// Allineamento delle righe
|
||||||
$align = [];
|
$align = [];
|
||||||
$i = 0;
|
|
||||||
$row = isset($rows[0]) ? $rows[0] : [];
|
$row = isset($rows[0]) ? $rows[0] : [];
|
||||||
foreach ($row as $field => $value) {
|
foreach ($row as $field => $value) {
|
||||||
if (!empty($value)){
|
if (!empty($value)){
|
||||||
|
@ -94,7 +93,6 @@ if (!empty($query)) {
|
||||||
elseif (formatter()->isStandardDate($value) || preg_match('/^icon_(.+?)$/', $field)) {
|
elseif (formatter()->isStandardDate($value) || preg_match('/^icon_(.+?)$/', $field)) {
|
||||||
$align[$field] = 'text-center';
|
$align[$field] = 'text-center';
|
||||||
}
|
}
|
||||||
$i++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Creazione della tabella
|
// Creazione della tabella
|
||||||
|
|
Loading…
Reference in New Issue