debug
This commit is contained in:
parent
6e404391b9
commit
95149f3750
|
@ -180,7 +180,6 @@ function get_battles_history($game){
|
||||||
function ELO_get_podium($arena){
|
function ELO_get_podium($arena){
|
||||||
global $lnMysql;
|
global $lnMysql;
|
||||||
$podium=array();
|
$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");
|
$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)){
|
while($r = mysqli_fetch_row($rs)){
|
||||||
$podium[]=array(
|
$podium[]=array(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user