Exemplo n.º 1
0
 function IsSupportClient($userID = false)
 {
     return CTicket::HaveRole(CTicket::GetSupportClientRoleID(), $userID);
 }