. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ if (($RBAC_Response=$RBAC->userCanAccess("PM_USERS"))!=1) return $RBAC_Response; G::LoadClass('groups'); $groups = new Groups; $groups->addUserToGroup( $_GET['GRP_UID'], $_POST['form']['USR_UID'] );