You are here

function heartbeat_uninstall in Heartbeat 7

Same name and namespace in other branches
  1. 8 heartbeat.install \heartbeat_uninstall()
  2. 6.4 heartbeat.install \heartbeat_uninstall()
  3. 6.3 heartbeat.install \heartbeat_uninstall()

Implementation of hook_uninstall().

File

./heartbeat.install, line 27
Installation file for the heartbeat module. @author Jochen Stals - Menhir - www.menhir.be

Code

function heartbeat_uninstall() {
  variable_del('heartbeat_activity_grouping_seconds');
  variable_del('heartbeat_activity_grouping_how_many');
  variable_del('heartbeat_activity_log_cron_delete');
}