From bb82e7bf979029f0bb38118718e2c429fcea2c30 Mon Sep 17 00:00:00 2001 From: Leander Date: Wed, 26 Apr 2017 10:17:24 +0200 Subject: [PATCH] T201704261017 --- highscores.php | 1 + 1 file changed, 1 insertion(+) diff --git a/highscores.php b/highscores.php index f0ae79d..68f864a 100644 --- a/highscores.php +++ b/highscores.php @@ -24,6 +24,7 @@ if($uid == '') { $place_all = $db->query('SELECT COUNT (*) FROM "Users" WHERE "highscore" > $1', array($score_all))['data'][0]['count'] + 1; //get categories highscores $categories = $db->query('SELECT "ID", "name" from "Categories"')['data']; + print_r($categories); foreach($categories as $category) { $cid = $category['ID']; $cat = $category['name'];