From b54e9d7f482d86f67760c186fe3c50c348465733 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 14 Mar 2005 10:43:51 +0000 Subject: [PATCH] Modif mineures output --- htdocs/telephonie/script/graph-statistiques-clients.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/script/graph-statistiques-clients.php b/htdocs/telephonie/script/graph-statistiques-clients.php index 16eb27637ba..5a385802219 100644 --- a/htdocs/telephonie/script/graph-statistiques-clients.php +++ b/htdocs/telephonie/script/graph-statistiques-clients.php @@ -87,7 +87,6 @@ if ($db->query($sql)) $sql = "DELETE FROM ".MAIN_DB_PREFIX."telephonie_client_stats"; $db->query($sql); -print "Graph $client\n"; foreach ($clients as $client) { print "."; @@ -136,4 +135,5 @@ foreach ($clients as $client) */ } +print "\n"; ?>