From 5f2406f92dffe0e3422fb207decb0f489ceb4a59 Mon Sep 17 00:00:00 2001
From: cortylal <alexcortyl@gmail.com>
Date: Thu, 19 Jun 2014 02:16:31 +0200
Subject: [PATCH] stats

---
 view/stats.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view/stats.php b/view/stats.php
index a021d48..3fbd36a 100644
--- a/view/stats.php
+++ b/view/stats.php
@@ -8,7 +8,7 @@
       <table class="table">
         <thead>
                 <th>Nombre de client : </th>
-                <th><?php $tmp = $stats->nbClient(); $nb_formated = number_format($tmp["nb"], 2, ',', ' '); echo $nb_formated; ?></th>
+                <th><?php $tmp = $stats->nbClient(); $nb_formated = number_format($tmp["nb"]); echo $nb_formated; ?></th>
         </thead>
         <thead>
                 <th>Nombre d'employé' : </th>
-- 
GitLab