Beispiel #1
0
 function IsManager($USER_ID = false)
 {
     return CAdvContract::HaveRole(CAdvContract::GetManagerRoleID(), $USER_ID);
 }