From 27a84e9003574bd992828ff1d50d18d1d22dcf81 Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Fri, 6 Nov 2020 10:46:42 +0100 Subject: [PATCH] Stile del codice --- config/csrf_config.php | 2 +- cron.php | 2 +- editor.php | 6 +++--- lib/common.php | 2 +- lib/helpers.php | 2 +- modules/articoli/actions.php | 2 +- modules/articoli/ajax/select.php | 16 ++++++++-------- modules/articoli/edit.php | 2 +- modules/banche/add.php | 3 +-- modules/banche/edit.php | 2 +- modules/ddt/edit.php | 5 +++-- modules/fatture/row-list.php | 2 +- modules/impostazioni/sezione.php | 12 ++++-------- modules/interventi/add.php | 1 - modules/interventi/modutil.php | 4 ++-- modules/preventivi/edit.php | 5 +++-- modules/primanota/add.php | 18 ++++++++---------- modules/primanota/src/Mastrino.php | 1 + modules/primanota/src/Movimento.php | 2 +- modules/utenti/actions.php | 7 ++----- modules/utenti/modutil.php | 2 +- plugins/receiptFE/edit.php | 2 +- plugins/receiptFE/src/ReceiptTask.php | 2 +- templates/base/footer.php | 2 +- templates/base/header.php | 2 +- templates/partitario_mastrino/header.php | 2 +- templates/preventivi/body.php | 4 ++-- 27 files changed, 52 insertions(+), 60 deletions(-) diff --git a/config/csrf_config.php b/config/csrf_config.php index 24ba86f57..68eb9600f 100755 --- a/config/csrf_config.php +++ b/config/csrf_config.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -/** +/* * Configuration file for CSRF Protector. */ return [ diff --git a/cron.php b/cron.php index 7c3cae6f0..80a955f8b 100644 --- a/cron.php +++ b/cron.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -/** +/* * Script dedicato alla gestione delle operazioni di cron ricorrenti del gestionale. * Una volta attivato, questo script rimane attivo in background per gestire l'esecuzione delle diverse operazioni come pianificate nella tabella zz_tasks. * diff --git a/editor.php b/editor.php index bf8747468..5cde9feb6 100755 --- a/editor.php +++ b/editor.php @@ -118,9 +118,9 @@ if (empty($record) || !$has_access) {