This commit is contained in:
Rodolphe Quiedeville 2005-02-14 16:00:45 +00:00
parent e680c4f464
commit 28c0490873
2 changed files with 3 additions and 6 deletions

View File

@ -38,7 +38,7 @@ class GraphHeureAppel extends GraphBrouzouf
$this->barcolor = "blue";
}
Function GraphDraw($g)
Function GraphDraw()
{
$sql = "SELECT ".$this->db->pdate("date")." as date, duree";

View File

@ -66,11 +66,8 @@ class GraphJoursemaine extends GraphBrouzouf{
$i++;
}
}
if ($num > 0)
{
$this->GraphMakeGraph($jour_semaine_nb,array('Lun','Mar','Mer','Jeu','Ven','Sam','Dim'));
}
$this->GraphMakeGraph($jour_semaine_nb,array('Lun','Mar','Mer','Jeu','Ven','Sam','Dim'));
}
}