diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 19:27:39 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 19:27:39 -0600 |
commit | 099e2d5ab8effe07b0e5d8c59e18c81f519fd833 (patch) | |
tree | b23c9a4291b1391382bdf4424bb7a948a287e76d /pages/faq.php | |
parent | 35307251560e459615f2a3e5ab6572b3f80cfdd9 (diff) | |
download | pathery-099e2d5ab8effe07b0e5d8c59e18c81f519fd833.tar.xz |
Added totalWins and totalTies columns to the users table. Also, removed all references to the 'statistics' table - it's not needed anymore.
Diffstat (limited to 'pages/faq.php')
-rw-r--r-- | pages/faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/faq.php b/pages/faq.php index e9d8e5f..95b0b87 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -8,7 +8,7 @@ echo soundManager2(); topbar($Links);
include_once('./includes/maps.php');
-include_once('./includes/championPoints.php');
+include_once('./includes/playerStats.php');
// Demo maps:
|