setLotto($lotto["codice"])) { $partecipanti = $concorso->getPartecipanti(); if (!empty($partecipanti)) { foreach($partecipanti AS $partecipante) { if (empty($partecipante["codice_operatore"])) { if (strpos($partecipante["encryptedData"],$concorso->v2placeholder) === 0) { $alertManager->addDangerAlert(__("Lotto") . " " . $lotto["numero"] . " - " . __("Partecipanti non adeguati alla nuova versione"),$hrefComando."&codice_lotto=".$lotto["codice"]); $status_conversione = "status-border-danger"; $show = true; break; } } } } } } $concorso->lotto = null; } ?>