Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.1, Sun Jun 29 19:37:15 2008 UTC | revision 1.1.2.2, Sun Jun 29 19:38:25 2008 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | <?php | |
| 2 | // $Id: | |
| 3 | ||
| 4 | /** | |
| 5 | * @file | |
| 6 | */ | |
| 7 | ||
| 8 | /** | |
| 9 | * Implementation of hook_uninstall(). | |
| 10 | */ | |
| 11 | function comment_closer_uninstall() { | |
| 12 | variable_del('comment_closer_age'); | |
| 13 | variable_del('comment_closer_cycle_period'); | |
| 14 | variable_del('comment_closer_next_date'); | |
| 15 | variable_del('comment_closer_types'); | |
| 16 | ||
| 17 | drupal_set_message(t('Comment Closer module uninstalled.')); | |
| 18 | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |