function syslog_uninstall

Implements hook_uninstall().

File

modules/syslog/syslog.install, line 11

Code

function syslog_uninstall() {
    variable_del('syslog_identity');
    variable_del('syslog_facility');
    variable_del('syslog_format');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.