Bugfix
This commit is contained in:
parent
8fe0994b54
commit
6727a90d67
@ -74,8 +74,8 @@ if ($resql)
|
|||||||
$data[$i] = ($row[1]/60000);
|
$data[$i] = ($row[1]/60000);
|
||||||
$total = $total + $data[$i];
|
$total = $total + $data[$i];
|
||||||
$labels[$i] = $row[0];
|
$labels[$i] = $row[0];
|
||||||
|
$moydata[$i] = $total / ($i+1);
|
||||||
$i++;
|
$i++;
|
||||||
$moydata[$i] = $total / $i;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user