From 41bc7cdecc7a37631b52bcacf96771f8bf9a07a0 Mon Sep 17 00:00:00 2001 From: asdf1899 Date: Sat, 1 Dec 2018 22:56:57 +0100 Subject: [PATCH] Fix riepilogo interventi --- index.php | 2 +- stats.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 80cbaab..90ff4b3 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ try{ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // error_reporting per togliere il notice quando non trova isLogged - //error_reporting(0); + error_reporting(0); include "core/dbConnection.php"; if (isset($_GET['back'])) { $_SESSION['include'] = 'core/reports.php'; diff --git a/stats.php b/stats.php index 4c30e3a..466a093 100644 --- a/stats.php +++ b/stats.php @@ -250,13 +250,13 @@ function updateYears() { $tipoIntervento: $totInterventi $inter
";