This commit is contained in:
Samuele E. Locatelli
2019-11-27 09:07:15 +01:00
parent 6b80a0c7c3
commit 352cb5a4e9
+2 -2
View File
@@ -870,7 +870,7 @@ namespace SteamWare
}
}
/// <summary>
/// verifica nella tab diritti se l'utente abbia il right richiesto e fornisce bool in risposta
/// verifica nella tab diritti se l'utente abbia il right richiesto (come COD_FUNZIONE) e fornisce bool in risposta
/// </summary>
/// <param name="diritto"></param>
/// <returns></returns>
@@ -884,7 +884,7 @@ namespace SteamWare
_answ = true;
}
}
catch
catch (Exception exc)
{ }
return _answ;
}