Make message more clear

This commit is contained in:
Laurent Destailleur 2008-11-26 12:21:33 +00:00
parent 0e1fc52054
commit 4b8786fda6

View File

@ -100,6 +100,7 @@ for ($i = 0 ; $i < strftime('%j',$now) ; $i++)
} }
$values[0][$i] = 0; $values[0][$i] = 0;
$legends[$i] = strftime('%b',dolibarr_mktime(12,0,0,1,1,2006) + ($i * 3600 * 24)); $legends[$i] = strftime('%b',dolibarr_mktime(12,0,0,1,1,2006) + ($i * 3600 * 24));
//print $legends[$i].strftime('%j',$now);
} }
/* /*
@ -198,6 +199,8 @@ function graph_datas($file, $title, $values, $legends)
$width=800; $width=800;
$height=230; $height=230;
print "Build graph ".$file."\n";
$newvalues=array(); $newvalues=array();
foreach ($values as $abs=>$ord) foreach ($values as $abs=>$ord)
{ {