go("SELECT b_gare_buste.codice FROM b_gare_buste JOIN r_partecipanti_gare ON b_gare_buste.codice_partecipante = r_partecipanti_gare.codice WHERE r_partecipanti_gare.conferma = 'S' AND r_partecipanti_gare.codice_round = :codice_round LIMIT 0,1",[":codice_round"=>$round["codice"]])->rowCount(); if ($check > 0) { $show = true; } } ?>