Bugfix initialistion de values[0]
This commit is contained in:
parent
0a4dd324f6
commit
9b9e407a38
@ -73,6 +73,7 @@ for ($i = 0 ; $i < strftime('%j',$now) ; $i++)
|
||||
{
|
||||
$values[$key][$i] = 0;
|
||||
}
|
||||
$values[0][$i] = 0;
|
||||
$legends[$i] = strftime('%b',mktime(12,12,12,1,1,2006) + ($i * 3600 * 24));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user