Mercurial > hg > rr-repo
comparison modules/syslog/syslog.install @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * @file | |
5 * Install, update and uninstall functions for the syslog module. | |
6 */ | |
7 | |
8 /** | |
9 * Implements hook_uninstall(). | |
10 */ | |
11 function syslog_uninstall() { | |
12 variable_del('syslog_identity'); | |
13 variable_del('syslog_facility'); | |
14 variable_del('syslog_format'); | |
15 } |