diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-04 19:40:10 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-04 19:40:10 -0700 |
commit | 981c12ce5d5aaf606584a4ab59054316d2b6c6c2 (patch) | |
tree | c6b6d3eda8483a392ea14d3622356d19c3f70b8b /include/stats.php | |
parent | 64f953012ebda0912a4e92ff3301f09957019477 (diff) | |
download | e-DoKo-981c12ce5d5aaf606584a4ab59054316d2b6c6c2.tar.gz e-DoKo-981c12ce5d5aaf606584a4ab59054316d2b6c6c2.tar.bz2 e-DoKo-981c12ce5d5aaf606584a4ab59054316d2b6c6c2.zip |
NEW FEATURES: show global statistic
show points/game for all players that have 10 or more games
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/stats.php')
-rw-r--r-- | include/stats.php | 5 |
1 files changed, 3 insertions, 2 deletions
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 "</p>\n"; echo $r[1]." (".$r[0].") <br />\n"; echo " games</p>\n"; */ - - +echo "<p>Points/game (you need at least 10 games to be in this statistic): <br />\n"; +generate_global_score_table(); +echo "</p>\n"; /* how often is the last trick a non-trump trick */ |