Mercurial > hg > rr-repo
view modules/syslog/syslog.install @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
line wrap: on
line 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'); }