Update index.php
This commit is contained in:
parent
e8bc813a43
commit
93499d611c
@ -256,10 +256,10 @@ $sql .= " ORDER BY dm";
|
|||||||
|
|
||||||
$minyearmonth = $maxyearmonth = 0;
|
$minyearmonth = $maxyearmonth = 0;
|
||||||
|
|
||||||
$cum = Array();
|
$cum = array();
|
||||||
$cum_ht = Array();
|
$cum_ht = array();
|
||||||
$total_ht = Array();
|
$total_ht = array();
|
||||||
$total = Array();
|
$total = array();
|
||||||
|
|
||||||
$result = $db->query($sql);
|
$result = $db->query($sql);
|
||||||
if ($result) {
|
if ($result) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user