1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Correzione warning sulle classi per le righe Documenti

This commit is contained in:
Dasc3er
2020-09-23 18:36:33 +02:00
parent 11f79330e5
commit aacc381179
37 changed files with 121 additions and 341 deletions

View File

@ -78,7 +78,7 @@ if (!empty($query)) {
// Allineamento delle righe
$align = [];
$row = $rows[0] ?: [];
$row = isset($rows[0]) ? $rows[0] : [];
foreach ($row as $field => $value) {
$value = trim($value);