This commit is contained in:
Rodolphe Quiedeville 2005-12-07 11:52:01 +00:00
parent 8fe0994b54
commit 6727a90d67

View File

@ -74,8 +74,8 @@ if ($resql)
$data[$i] = ($row[1]/60000);
$total = $total + $data[$i];
$labels[$i] = $row[0];
$moydata[$i] = $total / ($i+1);
$i++;
$moydata[$i] = $total / $i;
}
}
else