You are here

audit_log_syslog.install in Audit Log 7

Install, update and uninstall functions for the audit_log_syslog module.

File

modules/audit_log_syslog/audit_log_syslog.install
View source
<?php

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

/**
 * Implements hook_uninstall().
 */
function audit_log_syslog_uninstall() {
  variable_del('audit_log_syslog_identity');
  variable_del('audit_log_syslog_facility');
  variable_del('audit_log_syslog_format');
}

Functions

Namesort descending Description
audit_log_syslog_uninstall Implements hook_uninstall().