Modif appel du graph des durees moyennes

This commit is contained in:
Rodolphe Quiedeville 2005-03-16 15:13:52 +00:00
parent f09391e7cd
commit 5f016ea07a

View File

@ -136,7 +136,7 @@ class ProcessGraphClients
$graphgain = new GraphAppelsDureeMoyenne ($this->db, $file);
$graphgain->client = $client;
$graphgain->show_console = 0 ;
$graphgain->GraphDraw();
$graphgain->Graph();
$file = $img_root . $client."/nb-comm-mensuel.png";