function og_membership_invalidate_cache in Organic groups 7.2
Reset static cache related to group membership.
Deprecated
Use og_invalidate_cache() instead.
File
- ./
og.module, line 1241 - Enable users to create and manage groups with roles and permissions.
Code
function og_membership_invalidate_cache() {
og_invalidate_cache();
}