You are here

function og_activity_disable in Heartbeat 6.4

Same name and namespace in other branches
  1. 6.3 modules/og_activity/og_activity.install \og_activity_disable()

Implementation of hook_disable().

File

modules/og_activity/og_activity.install, line 53
Installation file for organic group activity

Code

function og_activity_disable() {
  variable_del('heartbeat_add_og_admins_to_personal');
  variable_del('heartbeat_add_og_members_to_personal');
  variable_del('heartbeat_add_og_related_to_personal');
}