You are here

watchdog_prune.install in Watchdog Prune 7

Install, update and uninstall functions for the watchdog_prune module.

File

watchdog_prune.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the watchdog_prune module.
 */

/**
 * Implements hook_uninstall().
 */
function watchdog_prune_uninstall() {
  variable_del('watchdog_prune_age');
  variable_del('watchdog_prune_age_type');
}

Functions

Namesort descending Description
watchdog_prune_uninstall Implements hook_uninstall().