예제 #1
0
 function IsSupportClient($userID = false)
 {
     return CTicket::HaveRole(CTicket::GetSupportClientRoleID(), $userID);
 }