First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
15
modules/syslog/syslog.install
Normal file
15
modules/syslog/syslog.install
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?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');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue