function syslog_uninstall in Drupal 6
Same name and namespace in other branches
- 7 modules/syslog/syslog.install \syslog_uninstall()
Implements hook_uninstall().
File
- modules/
syslog/ syslog.install, line 11 - Install, update and uninstall functions for the syslog module.
Code
function syslog_uninstall() {
variable_del('syslog_identity');
variable_del('syslog_facility');
variable_del('syslog_format');
}