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