From fa762cb421f4e1a93288696fde50f23cf509c6cb Mon Sep 17 00:00:00 2001 From: cortylal <alexcortyl@gmail.com> Date: Thu, 19 Jun 2014 00:30:51 +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 a5dc5ed..82df43d 100644 --- a/view/stats.php +++ b/view/stats.php @@ -11,8 +11,8 @@ </thead> <tbody> <tr> + <td>Nombre moyen d'animal par client : </td> <td><?php $tmp = $stats->nbAnimalMoyClient(); echo $tmp["value"]; ?></td> - <td>l2</td> </tr> </tbody> </table> -- GitLab