From 293b41823a5ed48797feff5024355322fa3ae538 Mon Sep 17 00:00:00 2001 From: Matt Lee Date: Tue, 14 Jun 2016 12:14:04 -0500 Subject: [PATCH] fix typo --- gnukebox/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnukebox/stats.php b/gnukebox/stats.php index ff82171e..9ee083c7 100644 --- a/gnukebox/stats.php +++ b/gnukebox/stats.php @@ -56,7 +56,7 @@ require_once('temp-utils.php'); } echo '

' . stripslashes($total) . ' users.

'; - $total = $adodb->CacheGetOne(500, 'SELECT COUNT(*) as total from Users_Stats'); + $total = $adodb->CacheGetOne(500, 'SELECT COUNT(*) as total from User_Stats'); if (!$total) { die('sql error'); } -- 2.18.1