watchdog_prune.install in Watchdog Prune 7
Install, update and uninstall functions for the watchdog_prune module.
File
watchdog_prune.installView 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
Name | Description |
---|---|
watchdog_prune_uninstall | Implements hook_uninstall(). |