This commit is contained in:
Rodolphe Quiedeville 2005-02-22 08:31:54 +00:00
parent b36c863bcb
commit 33c45478bd

View File

@ -160,7 +160,10 @@ class GraphClientsMoyenneWeek extends GraphLine {
array_shift($moys);
}
$this->GraphDraw($this->file, $moys, $labels_new, $moys);
if (sizeof($moys) > 1)
{
$this->GraphDraw($this->file, $moys, $labels_new);
}
}
}
?>