From ae2b1610cf3f0fe8bafdb20fdb8dbb71d9869e58 Mon Sep 17 00:00:00 2001 From: Leander Date: Thu, 20 Apr 2017 09:34:04 +0200 Subject: [PATCH] T201704200933 --- allhighscores.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allhighscores.php b/allhighscores.php index 1364860..397abdb 100644 --- a/allhighscores.php +++ b/allhighscores.php @@ -39,7 +39,7 @@ if($cid == -1) { $all_cat_highscores = $db->query('SELECT COUNT(*) FROM "Highscores" WHERE "Categories_ID" = $1', array($cid)) ['data'][0]['count']; $all_users = $db->query('SELECT "ID" FROM "Users"')['data']; - $print_r($all_users); + print_r($all_users); foreach($all_users as $user) { //if($db->query('SELECT exists FROM "Highscores" WHERE "Users_ID" = $1 AND "Categories_ID" = $2', // array($user['id'])));