Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
12 righe
340 B
12 righe
340 B
<? |
|
$return = false; |
|
if (!empty($sourceID) && !empty($_SESSION["utente"])) { |
|
if(!empty($_SESSION["utente"]->oe["codice"]) && $_SESSION["utente"]->oe["codice"] == $sourceID) { |
|
$return = true; |
|
} else if ($_SESSION["utente"]->gerarchia < 10) { |
|
$return = true; |
|
} else if (!$save) { |
|
$return = true; |
|
} |
|
} |
|
?>
|
|
|