mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-06-14 00:15:12 +00:00
Initial commit
This commit is contained in:
commit
1664d5cfe6
2772 changed files with 600692 additions and 0 deletions
drupal7/web/modules/syslog
15
drupal7/web/modules/syslog/syslog.install
Normal file
15
drupal7/web/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