| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: syslog.install,v 1.1.2.2 2010/09/06 11:08:44 goba Exp $ 3 4 /** 5 * @file 6 * Install, update and uninstall functions for the syslog module. 7 */ 8 9 /** 10 * Implements hook_uninstall(). 11 */ 12 function syslog_uninstall() { 13 variable_del('syslog_identity'); 14 variable_del('syslog_facility'); 15 variable_del('syslog_format'); 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |