$configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); $error = true; $id_modulo = "anomalie"; $cmd_info = gara::getInfoModulo($id_modulo); if (!empty($_GET) && !empty($_SESSION["utente"]) && $_SESSION["utente"]->permission($radice,$_GET["codice_gara"],$id_modulo)) { $gara = gara::init($_GET["codice_gara"]); if (!empty($gara)) { $lock = $gara->checkLock($cmd_info["id"]); if ($gara->setLotto($_GET["codice_lotto"])) { $partecipante = $gara->getPartecipante($_GET["codice"]); if (!empty($partecipante)) { $error = false; $managerRichieste = $gara->getManagerRichieste(); $tutte = $managerRichieste->getRichieste("S",["tipologia"=>"anomalie"]); $richieste = []; if (!empty($tutte)) { foreach($tutte AS $richiesta) { if (!empty($managerRichieste->getOE($richiesta["codice"],$partecipante["codice_operatore"]))) { $richieste[] = $richiesta; } } } if (!empty($richieste)) { ?>
| = __("Richiesta") ?> | = __("Data") ?> | |
|---|---|---|
| = $richiesta["titolo"] ?> | = mysql2datetime($richiesta["data"]) ?> |