oe)) { $bind = [":codice"=>$sourceID,":operatore"=>$_SESSION["utente"]->codice]; $check = $pdo->go("SELECT codice FROM r_partecipanti_commissione WHERE codice = :codice AND codice_operatore = :operatore",$bind); if ($check->rowCount() > 0) { $return = true; } } else if ($_SESSION["utente"]->gerarchia <= 30) { $return = true; } } ?>