diff options
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 */ |