From fe5f8ee5ea22e24dccedf55089a892c4cd98fa75 Mon Sep 17 00:00:00 2001 From: Leander Date: Fri, 21 Apr 2017 10:22:46 +0200 Subject: [PATCH] Einen richtigen Namen --- allhighscores.php | 1 - 1 file changed, 1 deletion(-) diff --git a/allhighscores.php b/allhighscores.php index e3061fc..d9979ca 100644 --- a/allhighscores.php +++ b/allhighscores.php @@ -37,7 +37,6 @@ if($cid == -1) { ORDER BY "c_score" DESC, u."name" ASC LIMIT $2 OFFSET $3 ', array($cid, $limit, $offset))['data']; - print_r($overview); foreach($overview as $row) { $name = $row['name']; $score = $row['c_score'];