info["id_gara"]; $return["data"]["flagDatiComuni"] = "N"; $dati = $this->getDati(); $return["data"]["estremiProvv"] = $dati["estremiProvv"]; } else if ($operation == "put" && !empty($response)) { if (!empty($response->return->success)) { $this->updateSimogLog($simogMethod,1,""); alertManager::printSuccessBox(__("Operazione effettuata con successo")); $return = true; } else if (!empty($response->return->error)) { $errors = $response->return->error; } else { $errors = __("Errore nella risposta"); } } else { $errors = __("Operazione sconosciuta"); } if (!empty($errors)) { $this->updateSimogLog($simogMethod,2,$errors); alertManager::printAlertBox($errors); } } ?>