예제 #1
0
function is_admin($user)
{
    return Vtiger_Functions::userIsAdministrator($user);
}