From 981c12ce5d5aaf606584a4ab59054316d2b6c6c2 Mon Sep 17 00:00:00 2001
From: Arun Persaud
Date: Sun, 4 May 2008 19:40:10 -0700
Subject: NEW FEATURES: show global statistic
show points/game for all players that have 10 or more games
Signed-off-by: Arun Persaud
---
include/stats.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'include/stats.php')
diff --git a/include/stats.php b/include/stats.php
index cbfd866..bde6a09 100644
--- a/include/stats.php
+++ b/include/stats.php
@@ -228,8 +228,9 @@ echo "
\n";
echo $r[1]." (".$r[0].")
\n";
echo " games\n";
*/
-
-
+echo "Points/game (you need at least 10 games to be in this statistic):
\n";
+generate_global_score_table();
+echo "
\n";
/*
how often is the last trick a non-trump trick
*/
--
cgit v1.2.3-18-g5258