Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv27913
Modified Files:
statistiques_visites.php3
Log Message:
Calcul de la moyenne
Index: statistiques_visites.php3
RCS file: /home/spip-cvs/spip/ecrire/statistiques_visites.php3,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- statistiques_visites.php3 7 Oct 2004 15:07:18 -0000 1.66
+++ statistiques_visites.php3 7 Oct 2004 15:26:04 -0000 1.67
@@ -505,7 +505,8 @@
}
-
+
+ $moyenne = round($total_absolu / ((date("U")-$date_premier)/(3600*24)));
echo "<font face='arial,helvetica,sans-serif' size=1>"._T('texte_statistiques_visites')."</font>";
echo "<p><table cellpadding=0 cellspacing=0 border=0 width='100%'><tr width='100%'>";