From 099e2d5ab8effe07b0e5d8c59e18c81f519fd833 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 13 Jan 2013 19:27:39 -0600 Subject: Added totalWins and totalTies columns to the users table. Also, removed all references to the 'statistics' table - it's not needed anymore. --- pages/faq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/faq.php') 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: -- cgit v1.2.3