bugfix
This commit is contained in:
parent
2d6c563b73
commit
55a571ca60
@ -117,7 +117,6 @@ foreach($graphs as $graph)
|
|||||||
foreach($Tdate as $date)
|
foreach($Tdate as $date)
|
||||||
{
|
{
|
||||||
$datas[$key][$j] = ($value[$date]/60000);
|
$datas[$key][$j] = ($value[$date]/60000);
|
||||||
$globals[$j] = ($value[$date]/60000);
|
|
||||||
$j++;
|
$j++;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -155,6 +154,12 @@ foreach($graphs as $graph)
|
|||||||
/*
|
/*
|
||||||
* Sum
|
* Sum
|
||||||
*/
|
*/
|
||||||
|
$j = 0;
|
||||||
|
foreach($Tdate as $date)
|
||||||
|
{
|
||||||
|
$globals[$j] = ($Tglobal[$date]/60000);
|
||||||
|
$j++;
|
||||||
|
}
|
||||||
|
|
||||||
$file = $img_root . "communications/duree.png";
|
$file = $img_root . "communications/duree.png";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user