summaryrefslogtreecommitdiffstats
path: root/pages/admin.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-24 03:07:21 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-24 03:07:21 -0600
commit555cb086402521801ef1a3bfa893c3a9aa734715 (patch)
tree93edcf7428124bdd02146ddf3b4f9a894b5ae35d /pages/admin.php
parentb6dc90e3f658a8201424aafec8e304c74d981022 (diff)
parent5758770c5c0733383858463b2b33cadcc03b6f2f (diff)
downloadpathery-555cb086402521801ef1a3bfa893c3a9aa734715.tar.xz
Merge branch 'master' of git.raylu.net:pathery
Conflicts: db updates.sql
Diffstat (limited to 'pages/admin.php')
-rw-r--r--pages/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/admin.php b/pages/admin.php
index 0f54285..dddacaa 100644
--- a/pages/admin.php
+++ b/pages/admin.php
@@ -29,6 +29,7 @@ if ($_GET['applyall'] == 'true') {
}
else if ($_GET['recalcStats'] == 'true') {
echo "Recalculating all player stats...";
+ flush(); //This sends the above echo
recalculateStatsForAllPlayers();