From 95149f3750b4a7435332048402d299110009b1ef Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 10 Jun 2016 11:10:26 +0200 Subject: [PATCH] debug --- src/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index ec02a8a..17f6830 100644 --- a/src/functions.php +++ b/src/functions.php @@ -180,7 +180,6 @@ function get_battles_history($game){ function ELO_get_podium($arena){ global $lnMysql; $podium=array(); - echo "SELECT id,name,description,ELO FROM bots WHERE game='".substr($arena,0,10)."' AND active='1' ORDER BY ELO DESC, name"; $rs=mysqli_query($lnMysql,"SELECT id,name,description,ELO FROM bots WHERE game='".substr($arena,0,10)."' AND active='1' ORDER BY ELO DESC, name"); while($r = mysqli_fetch_row($rs)){ $podium[]=array(