syslog.install
Same filename in other branches
Install, update and uninstall functions for the syslog module.
File
-
modules/
syslog/ syslog.install
View source
<?php
/**
* @file
* Install, update and uninstall functions for the syslog module.
*/
/**
* Implements hook_uninstall().
*/
function syslog_uninstall() {
variable_del('syslog_identity');
variable_del('syslog_facility');
variable_del('syslog_format');
}
Functions
Title | Deprecated | Summary |
---|---|---|
syslog_uninstall | Implements hook_uninstall(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.