| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |