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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user