diff --git a/Templates/Ranking/player_top10.tpl b/Templates/Ranking/player_top10.tpl index c9e151a5..944e456b 100644 --- a/Templates/Ranking/player_top10.tpl +++ b/Templates/Ranking/player_top10.tpl @@ -1,18 +1,18 @@ 5 AND tribe<=3 AND tribe > 0 ORDER BY ap DESC, id DESC Limit 10"); $result2 = mysql_query("SELECT * FROM ".TB_PREFIX."users WHERE id = '".$session->uid."' ORDER BY ap DESC, id DESC Limit 1"); @@ -229,7 +229,7 @@ echo ""; } - mysql_close($con); +// mysql_close($con); ?>