Typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user