Update index.php
This commit is contained in:
parent
e8bc813a43
commit
93499d611c
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user