From 091b7303abe292d754166f7e43b34cc94141f1b0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 15 May 2006 11:19:02 +0000 Subject: [PATCH] Suppression des output sur la console --- htdocs/telephonie/script/graph-statistiques-fournisseurs.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/telephonie/script/graph-statistiques-fournisseurs.php b/htdocs/telephonie/script/graph-statistiques-fournisseurs.php index bf8f65cddc9..da003724bf9 100644 --- a/htdocs/telephonie/script/graph-statistiques-fournisseurs.php +++ b/htdocs/telephonie/script/graph-statistiques-fournisseurs.php @@ -24,7 +24,6 @@ * * */ -print strftime("%H:%M:%S",time())."\n"; require ("../../master.inc.php"); require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/graph/bar.class.php"); @@ -187,6 +186,4 @@ $ObjectGraph->xaxis->SetTickLabels($Tlegends); $ObjectGraph->img->SetImgFormat("png"); $ObjectGraph->Stroke($file); - -print strftime("%H:%M:%S",time())."\n"; ?>