Modification légende

This commit is contained in:
Rodolphe Quiedeville 2005-10-20 19:27:13 +00:00
parent 5240d3f4dd
commit a8f216d142

View File

@ -88,7 +88,7 @@ class GraphCa extends GraphBrouzouf
$cf[$i] = $row[3]; $cf[$i] = $row[3];
$cv[$i] = $row[2]; $cv[$i] = $row[2];
$g[$i] = $row[1]; $g[$i] = $row[1];
$labels[$i] = substr($row[0],5,2)."/".substr($row[0],2,2); $labels[$i] = substr($row[0],5,2);
$i++; $i++;
} }