Parent Directory
|
Revision Log
|
Revision Graph
#233449 by icarus75: Updated to Drupal 6.
| 1 | <?php |
| 2 | // $Id: autotimezone.install,v 1.2 2007/05/31 16:22:07 lukelast Exp $ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Installation functions. |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Implementation of hook_uninstall(). |
| 11 | */ |
| 12 | function autotimezone_uninstall() { |
| 13 | variable_del('autotimezone_update_guest'); |
| 14 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |