From 5d70876b0293b3ed5ebd770e56632e18061d83c5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 16 Mar 2005 15:32:47 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/script/graph-contrat.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/telephonie/script/graph-contrat.php b/htdocs/telephonie/script/graph-contrat.php index bd067216bc0..4c49df8d6be 100644 --- a/htdocs/telephonie/script/graph-contrat.php +++ b/htdocs/telephonie/script/graph-contrat.php @@ -29,6 +29,4 @@ require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/ProcessGraphContrats.class.ph $process = new ProcessGraphContrats( $childrenNow, $clientPerChild ); $process->go("269"); -} - ?>