From 721e3b398a1d8c0fc7f827e7fc39e8a841e13d15 Mon Sep 17 00:00:00 2001 From: Leander Date: Fri, 21 Apr 2017 10:16:07 +0200 Subject: [PATCH] T201704211016 --- allhighscores.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allhighscores.php b/allhighscores.php index 4d91d3d..7211849 100644 --- a/allhighscores.php +++ b/allhighscores.php @@ -29,7 +29,7 @@ if($cid == -1) { WHERE h."Categories_ID" = $1 ORDER BY COALESCE(h."score", -1) DESC LIMIT $2 OFFSET $3', array($cid, $limit, $offset))['data'];*/ - $overview = $db->query('SELECT u."name", h.score + $overview = $db->query('SELECT u."name", h."score" FROM "Users" u LEFT OUTER JOIN (SELECT "Users_ID", "score" FROM "Highscores"