Bugfix initialistion de values[0]

This commit is contained in:
Rodolphe Quiedeville 2006-12-06 13:57:57 +00:00
parent 0a4dd324f6
commit 9b9e407a38

View File

@ -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));
}