Update index.php

This commit is contained in:
Laurent Destailleur 2022-06-01 21:57:03 +02:00 committed by GitHub
parent e8bc813a43
commit 93499d611c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {