check(true)) { die(); } } if (!empty($_SESSION["utente"]) && !empty($_SESSION["utente"]->oe)) { $total = count(publicGara::getList($_SESSION["ente"]->codice,["b_gare.stato"=>"bozza"],[],0,1)); if (empty($total)) { $total = count(publicGara::getList($_SESSION["ente"]->codice,["b_gare.stato"=>"inviti"],[],0,1)); } if ($total > 0) { echo ""; } } ?>