Looking for function get_groups_to_user_with_permission
Hi I am looking for a function
get_groups_to_user_with_permissions($user, $perm)
That function should return the groups where a user is member and the groups are having the permission $perm
If that function does not exist I will create it?
Ciao
Markus