You are here

function oa_buttons_og_membership_delete in Open Atrium Core 7.2

Implements hook_og_membership_delete().

File

modules/oa_buttons/oa_buttons.module, line 317

Code

function oa_buttons_og_membership_delete($og_membership) {
  if ($og_membership->entity_type == 'user') {
    oa_buttons_clear_section_button_cache();
  }
}