Améliorations générales

This commit is contained in:
Rodolphe Quiedeville 2005-02-14 15:52:03 +00:00
parent ef51b86fad
commit 045460643e

View File

@ -22,8 +22,8 @@
require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/graph/brouzouf.class.php"); require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/graph/brouzouf.class.php");
class GraphCa extends GraphBrouzouf{ class GraphCa extends GraphBrouzouf
{
Function GraphCa($DB, $file) Function GraphCa($DB, $file)
{ {
@ -39,7 +39,6 @@ class GraphCa extends GraphBrouzouf{
Function GraphDraw() Function GraphDraw()
{ {
$num = 0;
$ligne = new LigneTel($this->db); $ligne = new LigneTel($this->db);
if ($this->client == 0) if ($this->client == 0)
@ -60,8 +59,7 @@ class GraphCa extends GraphBrouzouf{
$sql .= " GROUP BY date ASC"; $sql .= " GROUP BY date ASC";
} }
$result = $this->db->query($sql); if ($this->db->query($sql))
if ($result)
{ {
$num = $this->db->num_rows(); $num = $this->db->num_rows();
$i = 0; $i = 0;