From 42da8f34960ad00c86bea11ceaee2b72cd1dcc0d Mon Sep 17 00:00:00 2001 From: Leander Date: Fri, 21 Apr 2017 10:17:00 +0200 Subject: [PATCH] T201704211017 --- allhighscores.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allhighscores.php b/allhighscores.php index 7211849..7ea9935 100644 --- a/allhighscores.php +++ b/allhighscores.php @@ -33,7 +33,7 @@ if($cid == -1) { FROM "Users" u LEFT OUTER JOIN (SELECT "Users_ID", "score" FROM "Highscores" - WHERE "Categories_ID" = $1) h ON u."ID" = h.Users_ID + WHERE "Categories_ID" = $1) h ON u."ID" = h."Users_ID" ', array($cid))['data']; print_r($overview); foreach($overview as $row) {