in our acs_permissions table, the object_id with privilege='admin' is equal to 0?
update acs_permissions set object_id = 0, privilege = 'admin' where grantee_id = $user_id;
is this correct? is this for assigning new user as an admin? tnx