Bugfix
This commit is contained in:
parent
e680c4f464
commit
28c0490873
@ -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";
|
||||
|
||||
@ -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'));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user