T201704211017

This commit is contained in:
Leander
2017-04-21 10:17:00 +02:00
parent 721e3b398a
commit 42da8f3496

View File

@@ -33,7 +33,7 @@ if($cid == -1) {
FROM "Users" u LEFT OUTER JOIN FROM "Users" u LEFT OUTER JOIN
(SELECT "Users_ID", "score" (SELECT "Users_ID", "score"
FROM "Highscores" 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']; ', array($cid))['data'];
print_r($overview); print_r($overview);
foreach($overview as $row) { foreach($overview as $row) {