From 93499d611c874adf83165baae5c6189c214009f3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 1 Jun 2022 21:57:03 +0200 Subject: [PATCH] Update index.php --- htdocs/compta/stats/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/stats/index.php b/htdocs/compta/stats/index.php index 8da07e6c860..b99002fe609 100644 --- a/htdocs/compta/stats/index.php +++ b/htdocs/compta/stats/index.php @@ -256,10 +256,10 @@ $sql .= " ORDER BY dm"; $minyearmonth = $maxyearmonth = 0; -$cum = Array(); -$cum_ht = Array(); -$total_ht = Array(); -$total = Array(); +$cum = array(); +$cum_ht = array(); +$total_ht = array(); +$total = array(); $result = $db->query($sql); if ($result) {