Suppression des output

This commit is contained in:
Rodolphe Quiedeville 2006-03-27 09:30:19 +00:00
parent a18a5fec60
commit 4447c1b5c7

View File

@ -30,6 +30,8 @@ require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/graph/bar.class.php");
$img_root = DOL_DATA_ROOT."/graph/telephonie/";
$verbose = 0;
$nbval = 14;
/*
@ -112,9 +114,15 @@ $graphgain = new GraphBar ($db, $file);
$graphgain->show_console = 0 ;
$graphgain->width = 480 ;
$graphgain->titre = "Nb minutes -> portables (milliers)";
print $graphgain->titre."\n";
if ($verbose)
print $graphgain->titre."\n";
$graphgain->GraphDraw($file, $kilomindurees_mob, $labels);
function _deal($db, $resql, $graph, &$data, &$labels)
{
global $nbval;