decir/admincp/admin_index.php
changeset 7 37387f84fe25
parent 6 3f66ec435f08
--- a/decir/admincp/admin_index.php	Tue Nov 13 19:39:50 2007 -0500
+++ b/decir/admincp/admin_index.php	Tue Nov 13 22:28:30 2007 -0500
@@ -62,7 +62,7 @@
   }
   else
   {
-    $avg_posts = $num_posts / $board_age_days;
+    $avg_posts = round($num_posts / $board_age_days, 3);
   }
   
   echo '<h3>Administration home</h3>';