<?
$return = false;
if (!empty($modulo) && !empty($id) && !empty($_SESSION["utente"])) {
$tmp = gara::init($id);
if ($tmp !== false) {
$return = true;
}
?>