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

Formattazione stile codice

This commit is contained in:
Pek5892
2023-08-04 14:54:28 +02:00
parent 9e63a1bc90
commit 6f3140bba5
318 changed files with 2264 additions and 2685 deletions

View File

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