Hello all,
I'm looking at restricting a function inside a tab. So far I have:
Code:
if ($user->id == $_CB_framework->myId()) {
but i'd like to add:
Code:
if ($user->id == $_CB_framework->myId() && user->gid == $_CB_framework->acl->get_group_id( $row->usertype, 'ARO' )) {
would this work? what does ARO stand for?
Regards,
Chris